Name of API: Repeated Words by Quantity
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
Using a specific text as its base, this tool gives you the number of words that are repeated.
Type of Method: Get
Version: 1.0.0
URI:
- http://store.apicultur.com/api/cuentarepetidas/1.0.0
- https://store.apicultur.com/api/cuentarepetidas/1.0.0
Last Updated: September 2012
Example of Entry
- http://store.apicultur.com/api/cuentarepetidas/1.0.0/hola, mundo mundo
- https://store.apicultur.com/api/cuentarepetidas/1.0.0/hola, mundo mundo
Example of Result
<IntegerBean>
<valor>1</valor>
</IntegerBean>
Entry Parameters
Parameter 1
Name | Texto |
Type | String |
Description | The text that we want to use as a base for counting repeated words |
Example | hola mundo mundo |
Results
The result is the command <IntegerBean> which is formed by:
Name | <valor> |
Type | Integer |
Description | The number of words repeated within the text |
Values | Natural numbers (0, 1, 2, 3 etc) |
Example | 1 (the text has one word which is repeated – mundo) |