NLP Class Notes
NLP Class Notes
- Overview:
NLP focuses on the interaction between computers and human language.
- Core Tasks:
- Tokenization
- Lemmatization/Stemming
- POS tagging
- Named Entity Recognition (NER)
- Sentiment Analysis
- Text Classification
- Common Models:
- Bag of Words
- TF-IDF
- Word Embeddings (Word2Vec, GloVe)
- Transformers (BERT, GPT)
- Libraries/Tools:
- NLTK
- SpaCy
- Hugging Face Transformers