Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -195,7 +195,7 @@ if __name__ == "__main__": | ... | @@ -195,7 +195,7 @@ if __name__ == "__main__": |
195 | 195 | ||
196 | print('-------------------------------- PROCESSING --------------------------------') | 196 | print('-------------------------------- PROCESSING --------------------------------') |
197 | 197 | ||
198 | - stopwords = [word.decode('utf-8') for word in stopwords.words('english')] | 198 | + #stopwords = [word.decode('utf-8') for word in stopwords.words('english')] |
199 | 199 | ||
200 | # Read CRF model | 200 | # Read CRF model |
201 | t0 = time() | 201 | t0 = time() | ... | ... |
-
Please register or login to post a comment