Spaces:
Sleeping
Sleeping
Update tasks/utils/preprocessing.py
Browse files
tasks/utils/preprocessing.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import nltk
|
2 |
from nltk.corpus import stopwords
|
3 |
import spacy
|
|
|
|
|
4 |
|
5 |
nltk.download('stopwords')
|
6 |
# Get the list of English stop words from NLTK
|
|
|
1 |
import nltk
|
2 |
from nltk.corpus import stopwords
|
3 |
import spacy
|
4 |
+
import string
|
5 |
+
|
6 |
|
7 |
nltk.download('stopwords')
|
8 |
# Get the list of English stop words from NLTK
|