StanfordNLP / SentimentAnalysis / 1.0.2
Sentiment Analysis
Royalty FreeLanguage
Java
Metrics
API Calls - 197,871
Avg call duration -
3.12sec
Permissions
This is not a recognized license.
Run an Example
Input
Output
{
"sentiment": 3
}
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 StanfordNLP/SentimentAnalysis/1.0.2 -d '{
"document":"Algorithmia loves you!"
}' --timeout 300