Skip to content

Predicting the sentiment of a movie review using maxent classifier on IMDB data.

License

Notifications You must be signed in to change notification settings

abhishekmanglaa/imdb-sentiment-analysis

Repository files navigation

IMDB Sentiment analysis

Text Mining on review data from IMDB. Using a Maxent classifier to predict the sentiment (P/N) of the review.

Check out the md file.

Here's the Link to the md

Installation

library(RTextTools)
library(maxent)
library(SnowballC)
library(ggplot2)
library(readr)

You can also knit the file to a html document

About R Markdown - https://r4ds.had.co.nz/r-markdown.html#r-markdown-basics

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT