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.
- Host: GitHub
- URL: https://github.com/robocorp/example-movie-review-sentiment-analyzer
- Owner: robocorp
- License: apache-2.0
- Created: 2020-11-23T14:06:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T07:56:55.000Z (about 4 years ago)
- Last Synced: 2025-10-19T08:27:15.055Z (9 months ago)
- Language: RobotFramework
- Homepage:
- Size: 3.77 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).