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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from functools import lru_cache
7
 
8
  # Download and use the NLTK corpus
9
  nltk.download('words')
10
- nltk.download('punkt') # 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
 
7
 
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