Name of API: Phonetic Syllabifier Created by: Molino de Ideas To use this API you can subscribe to it on the Apicultur Store.
Prices
The price list for the API can be found here: Text.
Instructions
Phonetic Syllabifier phonetically breaks down the text you have entered into syllables using the International Phonetic Alphabet (IPA) or SAMPA. Type of Method: Get Version: 1.0.0 URI:
- http://store.apicultur.com/api/silabea/1.0.0
- https://store.apicultur.com/api/silabea/1.0.0
Last Updated: September 2012 Example of Entry http://store.apicultur.com/api/silabea/1.0.0/{texto}/{alfabeto} https://store.apicultur.com/api/silabea/1.0.0/{texto}/{alfabeto} https://store.apicultur.com/api/silabea/1.0.0/cantando%20bajo%20la%20lluvia/2 http://store.apicultur.com/api/silabea/1.0.0/cantando%20bajo%20la%20lluvia/2 Example of Result
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text we want to phonetically break down into syllables |
Example | cantar |
Parameter 2
Name | Alfabeto |
Type | Integer |
Description | The alphabet that we want to use to transcribe the text |
Values | 1=IPA; 2=SAMPA |
Example | 1 |
Results
The result is the command <silabeacionFoneticaBean> which is formed by:
Name | <palabraSilabeada> |
Type | Integer or String |
Description | The word phonetically transcribed, with its code (number or character) corresponding to its phonetic symbol, separated into syllables |
Values | Símbolo correspondiente en SAMPA and código ASCII en AFI |
Example | n_d |
Name | <tonificaciones> |
Type | Object |
Description | The object tells us the position of the tonic syllable of every word in the text you have introduced |
Number of elements | 1 |
Example | <tonificaciones><tonica>5</tonica></tonificaciones> |
The command <tonificaciones> in turn is formed by:
Name | <tonica> |
Type | Integer |
Description | The position where the emphasised vowel is placed |
Values | 0 is the first letter of the text. |
Example | <tonica>5</tonica> |