aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/lang_detection.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-02-08 13:36:58 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-02-08 13:36:58 +0000
commitcd1deb3c19e84b759924c5208d2e1405be3b857a (patch)
tree035bfb8eb740c53172ac3a435e716aab91bdfa27 /src/libmime/lang_detection.h
parentc946bde60c5cd38c91997234ef9692b02c950fa9 (diff)
downloadrspamd-cd1deb3c19e84b759924c5208d2e1405be3b857a.tar.gz
rspamd-cd1deb3c19e84b759924c5208d2e1405be3b857a.zip
[Minor] Add some more heuristics for stop words detection
Diffstat (limited to 'src/libmime/lang_detection.h')
-rw-r--r--src/libmime/lang_detection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmime/lang_detection.h b/src/libmime/lang_detection.h
index b1382e6ad..6c3234848 100644
--- a/src/libmime/lang_detection.h
+++ b/src/libmime/lang_detection.h
@@ -56,6 +56,7 @@ enum rspamd_language_elt_flags {
RS_LANGUAGE_TIER1 = (1 << 3),
RS_LANGUAGE_TIER0 = (1 << 4),
RS_LANGUAGE_DIACRITICS = (1 << 5),
+ RS_LANGUAGE_ASCII = (1 << 6),
};
struct rspamd_lang_detector_res {