Skip to content

Commit 816e2fd

Browse files
authored
Update README.md
1 parent 0a89a27 commit 816e2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ The projects are divided into various categories listed below -
3636
## NLP( Natural Language Processing )
3737
- [**Text Analytics**](https://github.com/suubh/Machine-Learning-in-Python/blob/master/TextAnalytics/textAnalytics.ipynb) : It is a project for Introduction to Text Analytics in NLP.I performed the important steps -
3838
- ***Tokenization***
39-
- ***Removal of Special Char***
39+
- ***Removal of Special Characters***
4040
- ***Lower Case***
4141
- ***Removing StopWords***
4242
- ***Stemming***
43-
- ***Count Vectorizer*** (Which generally performs all the steps mentioned above except Stemming)
43+
- ***Count Vectorizer*** ( which generally performs all the steps mentioned above except Stemming)
4444
- ***DTM (Document Term Matrix)***
4545
- ***TF-IDF (Text Frequency Inverse Document Frequency)***
4646

0 commit comments

Comments
 (0)