changed directory of tl-stopwords
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def cleaning():
|
|
144 |
|
145 |
|
146 |
|
147 |
-
f = open('
|
148 |
tlStopwords = json.loads(f.read())
|
149 |
stopwords = set(STOPWORDS)
|
150 |
stopwords.update(tlStopwords)
|
|
|
144 |
|
145 |
|
146 |
|
147 |
+
f = open('stopwords-tl.json')
|
148 |
tlStopwords = json.loads(f.read())
|
149 |
stopwords = set(STOPWORDS)
|
150 |
stopwords.update(tlStopwords)
|