Skip to content

A Webapp for implementing text preprocessing techniques using nltk library.

Notifications You must be signed in to change notification settings

sonwanesuresh95/text_preprocessing_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Webapp for implementing text preprocessing techniques using nltk library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published