Skip to content

Commit

Permalink
Update NLTK download
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelEzenwere committed Nov 23, 2024
1 parent d09e114 commit b75ba77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sift.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
nltk.download('words') # Wordlist for English words
nltk.download('maxent_ne_chunker') # For Named Entity Recognition
nltk.download('averaged_perceptron_tagger') # POS Tagger
nltk.download('averaged_perceptron_tagger_eng')
nltk.download('stopwords') # Common stopwords list
nltk.download('wordnet') # WordNet lexical database

Expand Down

0 comments on commit b75ba77

Please sign in to comment.