Text Normalisation
Q.1 Apply all the steps of text normalisation on the following corpus -
The Corpus
NLP - stands for “Natural Language Processing”. Using “NLP” technology, we can help a
machine understand human speech & spoken words. NLP enables chatbots to mimic
human conversation.
You can use the tools available online for these challenges. Link for each tool is given below:
1. Sentence Segmentation: [Link]
2. Tokenisation: [Link]
Note: Choose WordPunctTokenizer fron the result.
3. Stopwords removal: [Link]
4. Lowercase conversion: [Link]
5. Stemming: [Link]
6. Lemmatisation: [Link]
Show all the steps (screenshots) on A4 sized sheet and attach it in the practical file.
7. Bag of Words: Create a document vector table for all documents.
8. Generate TFIDF values for all the words.
9. Find the words having highest value.
10. Find the words having the least value.