Name of API: Stressed Vowels
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
Stressed Vowels gives you a list of the positions of stressed vowels in a text that you have entered.
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/tonificador/1.0.0
- https://store.apicultur.com/api/tonificador/1.0.0
Last Updated: October 2012
Example of entry
https://store.apicultur.com/api/tonificador/1.0.0/{texto}
http://store.apicultur.com/api/tonificador/1.0.0/{texto}
https://store.apicultur.com/api/tonificador/1.0.0/Molino de Ideas
http://store.apicultur.com/api/tonificador/1.0.0/coche
Example of result
<tonificacionFoneticaBean>
<tonica>3</tonica>
<tonica>12</tonica>
</tonificacionFoneticaBean>
Entry parameters
Parameter 1
Name | texto |
Type | String |
Description | The text in which you want to find the stressed vowels |
Example | Molino de Ideas |
Results
The result is the command <tonificacionFoneticaBean> which is formed by:
Name | <tonica> |
Type | Integer |
Description | The position for each stressed vowel in the text entered (you start counting from 0 – the first letter is 0, the second is 1 etc.) |
Example | <tonica>3</tonica> |