Spaces:
Sleeping
Sleeping
Commit ·
4813cc6
1
Parent(s): 2aca198
Update src/utils.py
Browse files- src/utils.py +0 -1
src/utils.py
CHANGED
|
@@ -20,7 +20,6 @@ nltk.download('stopwords')
|
|
| 20 |
|
| 21 |
from nltk.corpus import stopwords
|
| 22 |
stop_words = set(stopwords.words('english'))
|
| 23 |
-
stop_words = ["at", "in", "get"]
|
| 24 |
additional_stop_words = {'pack'}
|
| 25 |
stop_words.update(additional_stop_words)
|
| 26 |
# clear_output()
|
|
|
|
| 20 |
|
| 21 |
from nltk.corpus import stopwords
|
| 22 |
stop_words = set(stopwords.words('english'))
|
|
|
|
| 23 |
additional_stop_words = {'pack'}
|
| 24 |
stop_words.update(additional_stop_words)
|
| 25 |
# clear_output()
|