This Sample project demonstrated the basic IR techniques by using python. (tokenization, isolated word correction, context sensitive word correction, Stemming, and Lemmatization)
- Twitter Feed
- Student Course Feedback Data
- Research Paper
-
Installing pyspellchecker as the isolated word corrector pip install pyspellchecker
-
Installing the symspellpy module pip install -U symspellpy
-
Download wordnet lemmarizer by using the python console.
>> import nltk >> nltk.download()