-
Notifications
You must be signed in to change notification settings - Fork 11
Home
JCharis Jesse edited this page Mar 23, 2020
·
1 revision
NeatText (neattext) is a simple python NLP package for cleaning textual data and for processing text when performing NLP and ML projects.It was designed to solve the following problem
- Cleaning of unstructured text data
- Reduce noise [special characters,stopwords]
- Reducing repetition of using the same code for text preprocessing
The NeatText project is maintained by @jcharis but contributors are gladly welcomed.
- Removing of Noise In Text
- special characters
- emails
- numbers/phone numbers
- emojis
- Dealing with stopwords
- Extracting of emails,numbers,emoji,etc
- Textmetrics : word statistics
- Normalizing text
- using pip
pip install neattext
NeatText Library @JCharisTech