Name of API: Non-Repeated Words byQuantity
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
This process provides you with the number of words that are not repeated in a specified entry to give you an idea of the variety and richness of the vocabulary used in texts.
Type of Method: Get
Version: 1.0.0
URI:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< hola hola mundo mundo
Last Updated: September 2012
Example of Entry
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Example of Result
<IntegerBean>
<valor>2</valor>
</IntegerBean>
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text that we want to use to look for words |
Example | hola hola mundo mundo |
Results
The result is the command <IntegerBean> which is formed by:
Name | <valor> |
Type | Integer |
Description | The number of words that are not repeated within the text |
Values | Natural numbers (0, 1, 2, 3 etc) |
Example | 2 (el texto tendría 2 palabras únicas) |