Name of API: Infrequently Used Words
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 tool allows you to find the least frequently used words within any given piece of text.
Type of Method: Get
Version: 1.0.0
URI:
http://store.apicultur.com/api/palabrasmenosusadas/1.0.0
https://store.apicultur.com/api/palabrasmenosusadas/1.0.0
Last Updated: September 2012
Example of Entry
http://store.apicultur.com/api/palabrasmenosusadas/1.0.0/{texto}/{número de palabras}
https://store.apicultur.com/api/palabrasmenosusadas/1.0.0/{texto}/{número de palabras}
http://store.apicultur.com/api/palabrasmenosusadas/1.0.0/Como no como en el restaurante, no como en casa/3
https://store.apicultur.com/api/palabrasmenosusadas/1.0.0/Como no como en el restaurante, no como en casa/3
Example of Result
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text you want to use to extract the least frequently used words |
Example | Como no como en el restaurante, no como en casa |
Parameter 2
Name | Integer |
Type | Number of Words |
Description | The number of infrequently used words you want the program to detect (the two least recurrent words, the three least recurrent words, only the least recurrent word, etc). |
Example | 1 |
Result
The command <StringBean> is formed by:
Name | <valor> |
Type | String |
Description | The least frequently used word in the text. There should be as many <valor> commands as words previously entered into the parameter. |
Example | <valor>casa</valor> |