aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-05-02 18:03:49 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2023-05-02 18:03:49 +0100
commite92b112a8a2bc41e1157246252482e0604b652eb (patch)
tree38ae4b4bdb060ce0854a2f0b505c233a2573cf3b /conf
parentbf00268444b2e11ac5378d4986d6d55d1038a775 (diff)
downloadrspamd-e92b112a8a2bc41e1157246252482e0604b652eb.tar.gz
rspamd-e92b112a8a2bc41e1157246252482e0604b652eb.zip
[Feature] Allow to use other methods when fasttext detection is enabled
Diffstat (limited to 'conf')
-rw-r--r--conf/lang_detection.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/lang_detection.inc b/conf/lang_detection.inc
index 19ece79bd..50c62ad19 100644
--- a/conf/lang_detection.inc
+++ b/conf/lang_detection.inc
@@ -23,3 +23,6 @@
# Use the following fasttext model for language detection (if Fasttext support is compiled in)
# fasttext_model = "${RSPAMD_SHAREDIR}/languages/fasttext_model.ftz"
+# Prefer fasttext over all other methods
+# prefer_fasttext = true;
+