This project demonstrates POS tagging using the NLTK library in Python. POS tagging is a fundamental task in Natural Language Processing used to identify the grammatical structure of sentences.
- Tokenization of raw text
- POS tagging using NLTK's built-in tagger
- Visualization of POS distributions
- Analysis of noun, verb, and adjective usage
- Python
- NLTK
- Matplotlib / Seaborn
- Jupyter Notebook
pos_tagging.ipynb
: Jupyter Notebook with full implementationdata/
: Sample text files used for tagging