Quan1501 commited on
Commit
d1071ea
·
verified ·
1 Parent(s): 4d57729

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -0
bot.py CHANGED
@@ -1,4 +1,5 @@
1
  import nltk
 
2
  import numpy as np
3
  import string # to process standard python strings
4
  from sklearn.feature_extraction.text import TfidfVectorizer
 
1
  import nltk
2
+ nltk.download('punkt')
3
  import numpy as np
4
  import string # to process standard python strings
5
  from sklearn.feature_extraction.text import TfidfVectorizer