Spaces:
Runtime error
Runtime error
Commit
·
4e8a231
1
Parent(s):
9f23e0b
Update QueryProcessor.py
Browse files- QueryProcessor.py +3 -0
QueryProcessor.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
import numpy as np
|
2 |
|
|
|
|
|
|
|
3 |
from nltk.corpus import stopwords
|
4 |
from nltk.tokenize import RegexpTokenizer
|
5 |
|
|
|
1 |
import numpy as np
|
2 |
|
3 |
+
import nltk
|
4 |
+
nltk.download('stopwords')
|
5 |
+
|
6 |
from nltk.corpus import stopwords
|
7 |
from nltk.tokenize import RegexpTokenizer
|
8 |
|