AEUPH commited on
Commit
b8b3d6b
·
verified ·
1 Parent(s): 521fbad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('averaged_perceptron_tagger')
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