/Practical-NLP-with-NLTK

Quick Hands-On NLTK tutorial for NLP in Python. NLTK is one of the most popular Python packages for Natural Language Processing (NLP). Easy to Start for Anyone.

Primary LanguageJupyter NotebookThe UnlicenseUnlicense

Practical-Hands-On NLP-with-NLTK ⌨️ 🔥


Logo

These are the code examples that cover the following topics:

Topics Link
1. Tokenization of Text View code
2. Stop Words View code
3. Stemming View code
4. Parts-Of-Speech Tagger View code
5. Chunking View code
6. Name-Entity-Recognition NER View code
7. Lemmatizing View code
8. NLTK Corpora View code
9. WordNet View code
10. Text Classification View Code

Installation 🚀

  1. install nltk
    pip install --user -U nltk
  2. install numpy
    pip install --user -U numpy

License

Distributed under the Unlicense License. 😊

Show your support

Give a 🌟 if this repo helped you!

@misc{Curious Soul,
    author       = {Susant Achary},
    title        = {Pratical-Hands-On-with-NLTK},
    year         = {2021}
}