Q1 Review the python script in Q1 Folder - NLTK_Text_Analysis.py
Use text below to apply the same process
Text= “””Backgammon is one of the oldest known board games. Its history can be traced back nearly 5,000 years to archeological discoveries in the Middle East. It is a two-player game where each player has fifteen checkers which move between twenty-four points according to the roll of two dice.”””
a.Text Analysis Operations using NLTK
b.Tokenization
c.Stopwords removal
d.Lexicon Normalization such as Stemming and Lemmatization
e.POS Tagging
Q2 NLTK Corpus on Movie Reviews
Using the Dataset write a paper on Movie Reviews
http://www.cs.cornell.edu/people/pabo/movie-review-data/
Use the following reference analyze sentiment analysis on Movie Review “Movie Reviews.py”
http://blog.chapagain.com.np/python-nltk-sentiment-analysis-on-movie-reviews-natural-language-processing-nlp/