From 8916dc488186e8044c862fa904a0729153953dbb Mon Sep 17 00:00:00 2001 From: Xinlan Emily Hu Date: Mon, 23 Sep 2024 14:17:29 -0400 Subject: [PATCH] Update download_resources.py --- src/team_comm_tools/utils/download_resources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/team_comm_tools/utils/download_resources.py b/src/team_comm_tools/utils/download_resources.py index c39ac612..693815ce 100644 --- a/src/team_comm_tools/utils/download_resources.py +++ b/src/team_comm_tools/utils/download_resources.py @@ -6,7 +6,7 @@ def download(): # nltk for resource in [ 'corpora/nps_chat', - 'tokenizers/punkt', + 'tokenizers/punkt_tab', 'corpora/stopwords', 'corpora/wordnet']: try: @@ -24,4 +24,4 @@ def download(): raise if __name__ == "__main__": - download() \ No newline at end of file + download()