Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chandima2000/nlp-with-nltk-library
- Owner: chandima2000
- Created: 2024-06-13T17:02:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T17:14:40.000Z (5 months ago)
- Last Synced: 2024-06-13T19:59:34.598Z (5 months ago)
- Topics: nlp, nltk, python
- Language: Jupyter Notebook
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.