SSusantAchary / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:The Unlicense


Languages

Language:Jupyter Notebook 100.0%