A Webapp for implementing text preprocessing techniques using NLTK library.
This is a WebApp for implementing text preprocessing techniques on any text data using NLTK library.
Techniques used in this project are Lowercasing text, Punctuation removal, Stopwords removal, Stemming and Lemmatization.
To install requirements, do
$pip install requirements.txt
To run the webapp, do
$python app.py
Open http://localhost:5000/ on your local machine.