Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.23 KB

README.md

File metadata and controls

56 lines (43 loc) · 2.23 KB

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