0% found this document useful (0 votes)
2 views

NLP Class Notes

Natural Language Processing (NLP) studies the interaction between computers and human language, encompassing core tasks such as tokenization, lemmatization, POS tagging, NER, sentiment analysis, and text classification. It utilizes models like Bag of Words, TF-IDF, word embeddings, and transformers. Key libraries and tools include NLTK, SpaCy, and Hugging Face Transformers.

Uploaded by

skiddedaccc
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

NLP Class Notes

Natural Language Processing (NLP) studies the interaction between computers and human language, encompassing core tasks such as tokenization, lemmatization, POS tagging, NER, sentiment analysis, and text classification. It utilizes models like Bag of Words, TF-IDF, word embeddings, and transformers. Key libraries and tools include NLTK, SpaCy, and Hugging Face Transformers.

Uploaded by

skiddedaccc
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Natural Language Processing (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

You might also like