Guidelines
- Share screen shot on your response
- Share the code and the plots
- Put your name and id number
- Clear mark question number
- Upload Word document
- Insert Cover page Questions Attempted
HW NLTK Natural Language Processing
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/
https://www.kaggle.com/nltkdata/movie-review
https://www.nltk.org/book/ch06.html
0 comments