Name of API: Words by Complexity
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
This process allows you to look up the level of complexity of each word within a given text according to CEFR guidelines.
Type of Method: Get
Version: 1.0.0
URI:
http://store.apicultur.com/api/palabraspornivel/1.0.0
https://store.apicultur.com/api/palabraspornivel/1.0.0
Last Updated: September 2012
Example of Entry
http://store.apicultur.com/api/palabraspornivel/1.0.0/{texto}/
https://store.apicultur.com/api/palabraspornivel/1.0.0/{texto}/
http://store.apicultur.com/api/palabraspornivel/1.0.0/Prefiero estar callado y parecer tonto que hablar y despejar las dudas definitivamente https://store.apicultur.com/api/palabraspornivel/1.0.0/Prefiero estar callado y parecer tonto que hablar y despejar las dudas definitivamente
Example of Result
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text you want to use to obtain words to assess according to CEFR guidelines |
Example | Dame un punto de apoyo y moveré el mundo |
Results
The command <listInformePropiedadBean> is formed by:
Name | <propiedades> |
Type | Objeto |
Description | This part contains the words from the text to be assessed by level of complexity |
Example |
<propiedades>
<nombre>nivel A</nombre>
<valor>[dudas, hablar, que, Prefiero, estar, parecer, y, las]</valor>
</propiedades>
|
The command <propiedades> in turn consists of:
Name | <nombre> |
Type | String |
Description | The corresponding level |
Values | nivel A=basic; nivel B=intermediate; nivel C=advanced; nivel D=native or fluent; no nivel=unknown level |
Example | <nombre>nivel A</nombre> |
Name | <valor> |
Type | String |
Description | The list of words that correspond to this level |
Example | <valor>[dudas, hablar, que, Prefiero, estar, parecer, y, las]</valor> |