Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chandima2000/nlp-with-nltk-library

This project represent the primary step of the Natural Language Processing with the help of the NLTK.
https://github.com/chandima2000/nlp-with-nltk-library

nlp nltk python

Last synced: 2 days ago
JSON representation

This project represent the primary step of the Natural Language Processing with the help of the NLTK.

Awesome Lists containing this project

README

        

# Natural Language Processing with NLTK library

- This project represent the primary step of the Natural Language Processing with the help of the NLTK.
- In the NLP, the first step is the Text Processing that is cleaning the input data before using it to train the model.
- In this project Tokenization, Lemmatization, Stemming, Stopwords text processing techniques are discussed.