AEUPH commited on
Commit
491646e
·
verified ·
1 Parent(s): 5162e1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import numpy as np
9
 
10
  # Download and use the NLTK corpus
11
  nltk.download('words')
12
- nltk.download('punkt') # Fix for missing tokenizer
13
  nltk.download('averaged_perceptron_tagger')
14
  nltk.download('perluniprops') # Fixes potential missing dependencies
15
  nltk.download('nonbreaking_prefixes') # Additional tokenizer fix
 
9
 
10
  # Download and use the NLTK corpus
11
  nltk.download('words')
12
+ nltk.download('punkt_tab') # Fix for missing tokenizer
13
  nltk.download('averaged_perceptron_tagger')
14
  nltk.download('perluniprops') # Fixes potential missing dependencies
15
  nltk.download('nonbreaking_prefixes') # Additional tokenizer fix