An open API service indexing awesome lists of open source software.

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

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