Name of API: Word Frequency Calculator 10
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
W0rd Frequency Calculator 10 gives you the frequency of a word in relation to its use or appearance in texts as a number on a scale between 0 and 10.
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/calculaFrecuencia10/1.0.0
- https://store.apicultur.com/api/calculaFrecuencia10/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/calculaFrecuencia10/1.0.0/{palabra}
https://store.apicultur.com/api/calculaFrecuencia10/1.0.0/{palabra}
http://store.apicultur.com/api/calculaFrecuencia10/1.0.0/árbol
https://store.apicultur.com/api/calculaFrecuencia10/1.0.0/árbol
Example of Result
Entry Parameters
Parameter 1
Name | Palabra |
Type | String |
Description | The word for which we want to find the frequency of use |
Example | árbol |
Results
The result is the command <palabraValorBean> which is formed by:
Name | <palabra> |
Type | String |
Description | The word entered according to the parameter |
Example | <palabra>árbol</palabra> |
Name | <valor> |
Type | Double |
Description | The value that indicates the frequency of the appearance of the word on a scale from 0 to 10 |
Example | <valor>7.0</valor> |