-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Akansha Jain edited this page Feb 16, 2018
·
2 revisions
Welcome to the Basic_Guide_to_NLP wiki! Table of Contents
- Introduction to NLP
- Text Preprocessing
- Noise Removal
- Lexicon Normalization
- Lemmatization
- Stemming
- Object Standardization
- Text to Features (Feature Engineering on text data)
- Syntactical Parsing
- Dependency Grammar
- Part of Speech Tagging
- Entity Parsing
- Phrase Detection
- Named Entity Recognition
- Topic Modelling
- N-Grams
- Statistical features
- TF – IDF
- Frequency / Density Features
- Readability Features
- Word Embeddings
- Syntactical Parsing
- Important tasks of NLP
- Text Classification
- Text Matching
- Levenshtein Distance
- Phonetic Matching
- Flexible String Matching
- Coreference Resolution
- Other Problems
- Important NLP libraries