Unsupervised Sentiment Analysis
Royalty Free
Another take on sentiment analysis. English language only. Trained on 82 million Amazon product reviews.
Language
Python 3.x
Metrics
API Calls - 116,383
Avg call duration -
N/A
Permissions
The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT).
Learn More
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.
This algorithm uses advanced GPU features.
Run an Example
Input
Output
"Exception encountered while running sample input"
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 rkau/UnsupervisedSentiment/0.1.6 -d '{
"text": "This is great. I did not like it though."
}' --timeout 300