From 5d08f218ba213c6e155ef21fb0545cbdead2e0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:01:12 -0700 Subject: [PATCH] Bump nltk from 3.8.1 to 3.9.1 (#1074) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Allen Wittenauer --- requirements-run.txt | 2 +- setupnltk.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-run.txt b/requirements-run.txt index 500bb79df..0047a4557 100644 --- a/requirements-run.txt +++ b/requirements-run.txt @@ -6,7 +6,7 @@ diskcache==5.6.3 jinja2==3.1.4 lxml==5.2.2 netifaces==0.11.0 -nltk==3.8.1 +nltk==3.9.1 normality==2.5.0 pid==3.0.4 pillow==10.3.0 diff --git a/setupnltk.py b/setupnltk.py index d1d163c49..1073e67bc 100644 --- a/setupnltk.py +++ b/setupnltk.py @@ -12,3 +12,4 @@ ssl._create_default_https_context = _create_unverified_https_context # pylint: disable=protected-access nltk.download('punkt') +nltk.download('punkt_tab')