Spaces:
Runtime error
Runtime error
Update bot.py
Browse files
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
|