Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ import json
|
|
| 14 |
import nltk
|
| 15 |
nltk.download('punkt')
|
| 16 |
nltk.download('stopwords')
|
|
|
|
| 17 |
from nltk.tokenize import sent_tokenize
|
| 18 |
from nltk.corpus import stopwords
|
| 19 |
import string
|
|
|
|
| 14 |
import nltk
|
| 15 |
nltk.download('punkt')
|
| 16 |
nltk.download('stopwords')
|
| 17 |
+
nltk.download('punkt_tab')
|
| 18 |
from nltk.tokenize import sent_tokenize
|
| 19 |
from nltk.corpus import stopwords
|
| 20 |
import string
|