Skip to content

Commit

Permalink
Update NLTK tokenizer's data
Browse files Browse the repository at this point in the history
  • Loading branch information
h4iku authored and mallamanis committed Aug 20, 2024
1 parent bb4f18c commit f36a0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/compute_related.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

nltk.download('stopwords')
nltk.download('wordnet')
nltk.download('punkt')
nltk.download('punkt_tab')

from nltk.corpus import stopwords
from nltk.stem import WordNetLemmatizer
Expand Down
2 changes: 1 addition & 1 deletion etc/compute_topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nltk.download('omw-1.4')
nltk.download('stopwords')
nltk.download('wordnet')
nltk.download('punkt')
nltk.download('punkt_tab')

from nltk.corpus import stopwords
from nltk.stem import WordNetLemmatizer
Expand Down

0 comments on commit f36a0e8

Please sign in to comment.