]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: correct nltk data path (#7338)
authorfusselkater <fussel@fusselkater.org>
Mon, 29 Jul 2024 14:27:08 +0000 (16:27 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 14:27:08 +0000 (07:27 -0700)
docs/setup.md

index b0a0a5fedfb5eb3dcdda33185682396d234f44da..f6b7f6d4835df5f2fa6d801ea0195806301cd07e 100644 (file)
@@ -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.