Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# NLP (Natural-Language-processing )
How to approach NLP problem with all steps.


**Basic feature extraction using text data
1.Number of words
2.Number of characters
3.Average word length
4.Number of stopwords
5.Number of special characters
6.Number of numerics
7.Number of uppercase words

**Basic Text Pre-processing of text data
1.Lower casing
2.Punctuation removal
3.Stopwords removal
4.Frequent words removal
5.Rare words removal
6.Spelling correction
7.Tokenization
8.Stemming
9.Lemmatization

**Advance Text Processing
1.N-grams
2.Term Frequency
3.Inverse Document Frequency
4.Term Frequency-Inverse Document Frequency (TF-IDF)
5.Bag of Words
6.entiment Analysis
7.Word Embedding