MarMont commited on
Commit
8d45e4b
1 Parent(s): 37a8587

changed directory of tl-stopwords

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def cleaning():
144
 
145
 
146
 
147
- f = open('node_modules/stopwords-tl/stopwords-tl.json')
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)