Spaces:
Sleeping
Sleeping
Update tasks/utils/preprocessing.py
Browse files
tasks/utils/preprocessing.py
CHANGED
|
@@ -2,6 +2,7 @@ import nltk
|
|
| 2 |
from nltk.corpus import stopwords
|
| 3 |
import spacy
|
| 4 |
import string
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
nltk.download('stopwords')
|
|
|
|
| 2 |
from nltk.corpus import stopwords
|
| 3 |
import spacy
|
| 4 |
import string
|
| 5 |
+
import re
|
| 6 |
|
| 7 |
|
| 8 |
nltk.download('stopwords')
|