Skip to content

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.

License

Notifications You must be signed in to change notification settings

SSusantAchary/Practical-NLP-with-NLTK

Repository files navigation

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}
}

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published