Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 800 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 800 Bytes

text_preprocessing_pipeline

A Webapp for implementing text preprocessing techniques using NLTK library.

Info

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.

Usage

To install requirements, do
$pip install requirements.txt

To run the webapp, do
$python app.py

Open http://localhost:5000/ on your local machine.

In Action

Homepage

Response