WebPredict / WordFrequencies / 0.1.0
WordFrequencies
Royalty FreeLanguage
Java
Metrics
API Calls - 907
Avg call duration -
N/A
Permissions
This is not a recognized license.
This is necessary for algorithms that rely on external services,
however it also implies that this algorithm is able to send your
input data outside of the Algorithmia platform.
Run an Example
Input
Output
[
{
"word": "the",
"frequency": 3
},
{
"word": "that",
"frequency": 2
},
{
"word": "test",
"frequency": 2
}
]
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run WebPredict/WordFrequencies/0.1.0 -d '["This is the test of the service that is the test that I want.", 3, true, true]' --timeout 300