From: fusselkater Date: Mon, 29 Jul 2024 14:27:08 +0000 (+0200) Subject: Fix: correct nltk data path (#7338) X-Git-Tag: v2.11.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa19a8975e9e420e1d96d569bc45e5f40ce256ba;p=thirdparty%2Fpaperless-ngx.git Fix: correct nltk data path (#7338) --- diff --git a/docs/setup.md b/docs/setup.md index b0a0a5fedf..f6b7f6d483 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.