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 |
- install nltk
pip install --user -U nltk
- install numpy
pip install --user -U numpy
Distributed under the Unlicense License. 😊
Give a 🌟 if this repo helped you!
@misc{Curious Soul,
author = {Susant Achary},
title = {Pratical-Hands-On-with-NLTK},
year = {2021}
}
