You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ The projects are divided into various categories listed below -
36
36
## NLP( Natural Language Processing )
37
37
-[**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 -
38
38
-***Tokenization***
39
-
-***Removal of Special Char***
39
+
-***Removal of Special Characters***
40
40
-***Lower Case***
41
41
-***Removing StopWords***
42
42
-***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)
44
44
-***DTM (Document Term Matrix)***
45
45
-***TF-IDF (Text Frequency Inverse Document Frequency)***
0 commit comments