Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 359 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 359 Bytes

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