Skip to content

nikhilkumar13199/finalSem4Explo

Repository files navigation

Token Processing

Simple Python Implementation of Stemmer and Lemmatizer

  1. To run stemmer file, run the following commands in the directory where code files are stored.
  2. sudo apt install python3-pip
  3. sudo pip3 install nltk
  4. python3
  5. import nltk
  6. nltk.download('brown')
  7. Exit python terminal and execute the myStemmerLongInput.py file

After executing these steps, one can execute the Lemmatizer file as well from the same directory.

About

Simple Python Implementation of Stemmer and Lemmatizer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published