https://github.com/swetshaw/natural-language-processing
https://github.com/swetshaw/natural-language-processing
machine-learning natural-language-processing nlp python3 spam-classification stemming-porters tokenization
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swetshaw/natural-language-processing
- Owner: swetshaw
- Created: 2021-05-13T20:24:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T15:06:25.000Z (about 5 years ago)
- Last Synced: 2025-01-17T10:22:27.733Z (over 1 year ago)
- Topics: machine-learning, natural-language-processing, nlp, python3, spam-classification, stemming-porters, tokenization
- Language: Jupyter Notebook
- Homepage:
- Size: 63.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# natural-language-processing
This repository contains short tutorials and concepts about natural language processing.
## Contents:
Go through the concepts in following order
1. Tokenization
2. Stemming
3. Lemmatization
4. Word Vectorization
- CountVectorizer
- TF-IDF
5. Spam Classifier
6. Daily News Stock Price Prediction
7. Fake News Classifier