Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from functools import lru_cache
|
|
8 |
# Download and use the NLTK corpus
|
9 |
nltk.download('words')
|
10 |
nltk.download('punkt_tab') # Fix for missing tokenizer
|
11 |
-
nltk.download('
|
12 |
nltk.download('perluniprops') # Fixes potential missing dependencies
|
13 |
nltk.download('nonbreaking_prefixes') # Additional tokenizer fix
|
14 |
from nltk.corpus import words
|
|
|
8 |
# Download and use the NLTK corpus
|
9 |
nltk.download('words')
|
10 |
nltk.download('punkt_tab') # Fix for missing tokenizer
|
11 |
+
nltk.download('averaged_perceptron_tagger_eng')
|
12 |
nltk.download('perluniprops') # Fixes potential missing dependencies
|
13 |
nltk.download('nonbreaking_prefixes') # Additional tokenizer fix
|
14 |
from nltk.corpus import words
|