https://github.com/abdullahashfaqvirk/NLP-Workshops
Embark on your NLP journey by learning essential techniques through a series of notebooks designed to kickstart your career in this field.
https://github.com/abdullahashfaqvirk/NLP-Workshops
lemmatization named-entity-recognition nlp nltk notebooks pos-tagging python stemming stopwords tokenization workshops
Last synced: 13 days ago
JSON representation
Embark on your NLP journey by learning essential techniques through a series of notebooks designed to kickstart your career in this field.
- Host: GitHub
- URL: https://github.com/abdullahashfaqvirk/NLP-Workshops
- Owner: abdullahashfaq-ds
- License: mit
- Created: 2024-02-16T15:26:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T16:24:45.000Z (12 months ago)
- Last Synced: 2024-11-17T10:19:37.277Z (11 months ago)
- Topics: lemmatization, named-entity-recognition, nlp, nltk, notebooks, pos-tagging, python, stemming, stopwords, tokenization, workshops
- Language: Jupyter Notebook
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NLP Workshops
This repository contains a series of Jupyter notebooks that demonstrate key Natural Language Processing (NLP) techniques. Each notebook is focused on a specific NLP task and is well-documented for educational purposes.
### Topics Covered
1. Tokenization
2. Stemming
3. Lemmatization
4. Stopwords Handling
5. POS Tagging
6. Named Entity Recognition (NER)### Note:
If you see an unverified signature in the commits, no worries—I've just misplaced my GPG key!### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.