The Natural Language Toolkit (NLTK) is a popular library for natural language processing (NLP) in Python used to develop NLP applications and analyze text data. In this assignment, you will use NLTK to analyze tweets made by President Barack Obama to address the following questions:
- Import the text data (tweets) into Python from
- Transform the text data to lowercase.
- Tokenize the data.
- Remove the stop words.
- Remove infrequent words.
- Lemmatize the text data
- Build a world cloud for the most frequent words.
- Create the most frequent words in the document.
- Complete sentiment analysis using a sentiment intensity analyzer.
- Include popularity score.
Include screen prints of your Python codes and results when submitting your assignment.

Leave a Reply
You must be logged in to post a comment.