Commit
·
a84e4eb
1
Parent(s):
1e07598
Update Server/Cleaning.py
Browse files- Server/Cleaning.py +1 -1
Server/Cleaning.py
CHANGED
@@ -77,7 +77,7 @@ def Remove_unwanted(text):
|
|
77 |
|
78 |
def txt_preprocess(text):
|
79 |
text = normalize_text(text)
|
80 |
-
text = stemming(text)
|
81 |
text = remove_stopwords(text)
|
82 |
text = remove_punctuations(text)
|
83 |
text = Remove_unwanted(text)
|
|
|
77 |
|
78 |
def txt_preprocess(text):
|
79 |
text = normalize_text(text)
|
80 |
+
# text = stemming(text)
|
81 |
text = remove_stopwords(text)
|
82 |
text = remove_punctuations(text)
|
83 |
text = Remove_unwanted(text)
|