Skip to content

Commit

Permalink
Update download_resources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xehu committed Sep 23, 2024
1 parent 3e261bb commit 8916dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/team_comm_tools/utils/download_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def download():
# nltk
for resource in [
'corpora/nps_chat',
'tokenizers/punkt',
'tokenizers/punkt_tab',
'corpora/stopwords',
'corpora/wordnet']:
try:
Expand All @@ -24,4 +24,4 @@ def download():
raise

if __name__ == "__main__":
download()
download()

0 comments on commit 8916dc4

Please sign in to comment.