tsantos commited on
Commit
d63f0d1
1 Parent(s): 6f0005a

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -0
pipeline.py CHANGED
@@ -22,6 +22,7 @@ import re
22
  import nltk
23
  nltk.download('stopwords')
24
  nltk.download('wordnet')
 
25
  import html
26
 
27
  from config import config_file
 
22
  import nltk
23
  nltk.download('stopwords')
24
  nltk.download('wordnet')
25
+ nltk.download('omw-1.4')
26
  import html
27
 
28
  from config import config_file