Word Frequency Counter
Royalty FreeLanguage
Java
Metrics
API Calls - 1,531
Avg call duration -
358.66sec
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
{
"career": 1,
"American": 1,
"scientist": 1,
"Science": 1,
"mechanical": 1,
"educator": 1,
"comedian": 1,
"Sanford": 1,
"his": 1,
"known": 1,
"and": 1,
"host": 1,
"Nye": 2,
"a": 1,
"Boeing": 1,
"began": 1,
"television": 1,
"Guy": 1,
"is": 1,
"William": 1,
"an": 1,
"engineer": 1,
"the": 1,
"actor": 1,
"as": 2,
"at": 1,
"popularly": 1,
"science": 1,
"Bill": 2,
"writer": 1,
"who": 1
}
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 diego/WordFrequencyCounter/0.2.0 -d '"William Sanford \"Bill\" Nye, popularly known as Bill Nye the Science Guy, is an American science educator, comedian, television host, actor, writer, and scientist who began his career as a mechanical engineer at Boeing."' --timeout 300