From 17ea4c406c546fcac1a8eb9dcf4f03e3e0f7ba03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Marten=20Br=C3=BCggemann?= Date: Mon, 29 Jul 2024 13:11:07 +0200 Subject: [PATCH] Fix: adapt correct nltk data path in setup documentation --- docs/setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index b0a0a5fed..f6b7f6d48 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -540,8 +540,7 @@ are released, dependency support is confirmed, etc. 15. Optional: If using the NLTK machine learning processing (see [`PAPERLESS_ENABLE_NLTK`](configuration.md#PAPERLESS_ENABLE_NLTK) for details), download the NLTK data for the Snowball - Stemmer, Stopwords and Punkt tokenizer to your - `PAPERLESS_DATA_DIR/nltk`. Refer to the [NLTK + Stemmer, Stopwords and Punkt tokenizer to `/usr/share/nltk_data`. Refer to the [NLTK instructions](https://www.nltk.org/data.html) for details on how to download the data.