|
Text Preprocessing Tokenization |
Feature Engineering One-Hot Encoding |
Word Embeddings Word2Vec |
|
NLP Libraries NLTK |
Projects Spam Detection |
Learning Journey Concept Notes |
NLP/
│
├── 01_Tokenization/
├── 02_Stemming/
├── 03_Lemmatization/
├── 04_Stopwords/
├── 05_POS_Tagging/
├── 06_Named_Entity_Recognition/
├── 07_One_Hot_Encoding/
├── 08_Bag_of_Words/
├── 09_N_Grams/
├── 10_TF_IDF/
├── 11_Word2Vec/
├── 12_Spam_Classifier/
├── 13_Sentiment_Analysis/
└── README.md