An open API service indexing awesome lists of open source software.

https://github.com/robocorp/example-movie-review-sentiment-analyzer

A movie review sentiment analyzer robot. Tries to classify written free-text reviews either as positive or negative.
https://github.com/robocorp/example-movie-review-sentiment-analyzer

Last synced: 4 months ago
JSON representation

A movie review sentiment analyzer robot. Tries to classify written free-text reviews either as positive or negative.

Awesome Lists containing this project

README

          

# Movie review sentiment analyzer robot

A movie review sentiment analyzer robot. Tries to classify written free-text reviews either as positive or negative.

The robot:

- Uses either [Free Sentiment Analyzer](https://www.danielsoper.com/sentimentanalysis/default.aspx) or [Amazon Comprehend](https://aws.amazon.com/comprehend/)
- Searches popular movies
- Starts and completes the review classification (positive vs. negative)
- Submits the classification and captures the final results

> NOTE: This example needs some manual configuration steps. You can find the full tutorial and instructions on [Robocorp's documentation site](https://robocorp.com/docs/development-guide/ai-machine-learning/movie-review-sentiment-analyzer-robot).