Name of API: Stressed Syllable Positioning
Created by: Molino de Ideas
To use this API you can subscribe to it on the Apicultur Store.
Price
The price list for the API can be found here: Text.
Instructions
This tool finds the position of the stressed, or tonic, syllable of the word you have entered, starting at the end of the word.
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/posiciontonica/1.0.0
- https://store.apicultur.com/api/posiciontonica/1.0.0
Last Updated: October 2012
Example of Entry
- http://store.apicultur.com/api/posiciontonica/1.0.0/camión
- https://store.apicultur.com/api/posiciontonica/1.0.0/camión
Example of Result
<integerBean>
<valor>1</valor>
</integerBean>
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The word for which we want to find the stressed syllable |
Example | camión |
Results
The result is the command <integerBean> which is formed by:
Name | <valor> |
Type | Integer |
Description | The number corresponding to the position of the stressed syllable, starting at the end of the word |
Values | Number |
Example | camión = 1; ca (unstressed syllable), mión (stressed syllable). |