From f01d351079f0d1879ea3a7fc9b47f21fa997f562 Mon Sep 17 00:00:00 2001 From: Juho Inkinen <34240031+juhoinkinen@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:33:44 +0300 Subject: [PATCH] Remove instructions to download NLTK data --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 41e3a9f7..707fe201 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,6 @@ The recommended way is to install Annif from source annif-venv/bin/activate pip install annif -You will also need NLTK data files: - - python -m nltk.downloader punkt_tab - Start up the application: annif @@ -113,10 +109,6 @@ Enter the virtual environment: poetry shell -You will also need NLTK data files: - - python -m nltk.downloader punkt_tab - Start up the application: annif