DeepActionPotential commited on
Commit
c296037
·
verified ·
1 Parent(s): f463187

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -3,6 +3,7 @@ import joblib
3
 
4
  import re
5
  import string
 
6
  from nltk.corpus import stopwords
7
 
8
 
 
3
 
4
  import re
5
  import string
6
+ import nltk
7
  from nltk.corpus import stopwords
8
 
9