Name of API: Word Complexity by Quantity
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 find the number of words within a text that comply with each complexity level of the CEFR.
Type of Method: Get
Version: 1.0.0
URI:
http://store.apicultur.com/api/palabraspornivelnumero/1.0.0
https://store.apicultur.com/api/palabraspornivelnumero/1.0.0
Last Updated: September 2012
Example of Entry
http://store.apicultur.com/api/palabraspornivelnumero/1.0.0/{texto}/
https://store.apicultur.com/api/palabraspornivelnumero/1.0.0/{texto}/
http://store.apicultur.com/api/palabraspornivelnumero/1.0.0/Dame un punto de apoyo y moveré el mundo
https://store.apicultur.com/api/palabraspornivelnumero/1.0.0/Dame un punto de apoyo y moveré el mundo
Example of Result
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text you want to use to obtain different quantities of 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 quantity of words from the text to be assessed by level |
Example |
<propiedades>
<nombre>nivel A</nombre>
<valor>7</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 | Integer |
Description | The number of words that correspond to this level. |
Example | <valor>7</valor> |