Spaces:
Sleeping
Sleeping
Ajay Karthick Senthil Kumar
commited on
Commit
·
fad2c24
1
Parent(s):
db81d37
add nltk fix
Browse files
utils.py
CHANGED
@@ -5,6 +5,7 @@ import numpy as np
|
|
5 |
from tensorflow.keras.preprocessing.sequence import pad_sequences
|
6 |
import nltk
|
7 |
nltk.download('punkt')
|
|
|
8 |
nltk.download('stopwords')
|
9 |
from nltk.corpus import stopwords
|
10 |
|
|
|
5 |
from tensorflow.keras.preprocessing.sequence import pad_sequences
|
6 |
import nltk
|
7 |
nltk.download('punkt')
|
8 |
+
nltk.download('punkt_tab')
|
9 |
nltk.download('stopwords')
|
10 |
from nltk.corpus import stopwords
|
11 |
|