Name of API: Complexity-Specific Words
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 gives you a list of the words belonging to a selected level of complexity according to the CEFR in a specified text.
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/palabrasdeunnivel/1.0.0
- https://store.apicultur.com/api/palabrasdeunnivel/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/palabrasdeunnivel/1.0.0/{texto}/{nivel}
https://store.apicultur.com/api/palabrasdeunnivel/1.0.0/{texto}/{nivel}
http://store.apicultur.com/api/palabrasdeunnivel/1.0.0/No tengo nada más que ofrecer que sangre, ímprobo esfuerzo, lágrimas y sudor/3
https://store.apicultur.com/api/palabrasdeunnivel/1.0.0/No tengo nada más que ofrecer que sangre, ímprobo esfuerzo, lágrimas y sudor/3
Example of Result
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text that we want to use to find words belonging to the level of complexity of our choice. |
Example | No tengo nada más que ofrecer que sangre, ímprobo esfuerzo, lágrimas y sudor |
Parameter 2
Name | Nivel de aprendizaje |
Type | Integer |
Description | The level that we want to use to find corresponding words |
Values | 1=level A (basic); 2=level B (intermediate); 3=level C (advanced); 4=level D (native or skilled) |
Example | 3 |
Results
The result is the command <listPalabraBean> which is formed by:
Name | <palabras> |
Type | String |
Description | The word in the text that belongs to the chosen level of complexity |
Example | <palabra>ímprobo</palabra> |