Name of API: Inferior 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
Using a specific text, this tool gives you the words that are of a lower complexity level than that entered as a parameter, according to the CEFR.
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/nivelmenorquepalabra/1.0.0
- https://store.apicultur.com/api/nivelmenorquepalabra/1.0.0
Last Updated: September 2012
Example of Entry
http://store.apicultur.com/api/nivelmenorquepalabra/1.0.0/{texto}/{nivel}
https://store.apicultur.com/api/nivelmenorquepalabra/1.0.0/{texto}/{nivel}
http://store.apicultur.com/api/nivelmenorquepalabra/1.0.0/Las%20matem%C3%A1ticas%20son%20el%20lenguaje%20con%20el%20que%20Dios%20ha%20escrito%20el%20universo/2
https://store.apicultur.com/api/nivelmenorquepalabra/1.0.0/Las%20matem%C3%A1ticas%20son%20el%20lenguaje%20con%20el%20que%20Dios%20ha%20escrito%20el%20universo/2
Example of Result
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text that we will use to find the words of a lower level of complexity than that entered as a parameter |
Example | Las matemáticas son el lenguaje con el que Dios ha escrito el universo. |
Parameter 2
Name | Nivel de aprendizaje |
Type | Integer |
Description | It is the complexity level that we will use to find the number of words. |
Values | 1=level A (basic); 2=level B (intermediate); 3=level C (advanced); 4=level D (native or skilled) |
Example | 1 |
Results
The result is the command <listPalabraBean> which is formed by:
Name | <palabra> |
Type | String |
Description | The word from the text that has a lower complexity level than that entered as a parameter |
Example | <palabra>universo</palabra> |