Name of API: Non-Repeated Words
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 tool provides you with a list of all the words in a text without repeating them, that is to say the word only appears once on the list, 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:
- http://store.apicultur.com/api/cuentanorepetidas/1.0.0
- https://store.apicultur.com/api/cuentanorepetidas/1.0.0
Last Updated: September 2012
Example of Entry
- http://store.apicultur.com/api/cuentanorepetidas/1.0.0/hola hola mundo mundo bonito
- https://store.apicultur.com/api/cuentanorepetidas/1.0.0/hola hola mundo mundo bonito
Example of Result
<StringBean>
<valor>hola </valor>
<valor>mundo </valor>
<valor>bonito</valor>
</StringBean>
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text that we want to analyse |
Example | hola hola mundo mundo bonito |
Results
The result is the command <IntegerBean> which is formed by:
Name | <valor> |
Type | String |
Description | A list of every word in the text without showing any repetition |
Values | palabras |
Example | hola mundo bonito |