What are the main techniques used in NLP?
The question is about NLP
Answer:
Main techniques include:
1. Tokenization: Breaking text into words, sentences, or subwords.
2. POS Tagging: Identifying parts of speech in text.
3. Named Entity Recognition (NER): Extracting entities like names, dates, or locations.
4. Sentiment Analysis: Determining emotional tone.
5. Parsing: Analyzing grammatical structure.
6. Word Embeddings: Representing words as vectors for semantic understanding (e.g., Word2Vec, GloVe). These techniques underpin various NLP applications.