This Projects classifies any textual movie review into positive or negative using SVM classifier in both term frequency and inverse document frequency in scikit learn.
- Python
- PIP (Python Package Manager)
1. Clone this Repo
2. Install Packages (pip install --upgrade -r requirements.txt)
3. Run the project (python sentiment.py)
- Positive: This is a good movie
- Negative: This is not a good movie