From: Timo Sirainen Date: Wed, 10 Aug 2011 13:50:19 +0000 (+0300) Subject: fts-lucene: Added missing textcat.conf X-Git-Tag: 2.1.alpha1~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1994ae2ac8ae7732f50117f4c7188252f67585e4;p=thirdparty%2Fdovecot%2Fcore.git fts-lucene: Added missing textcat.conf --- diff --git a/src/plugins/fts-lucene/textcat.conf b/src/plugins/fts-lucene/textcat.conf new file mode 100644 index 0000000000..d75c4fe68f --- /dev/null +++ b/src/plugins/fts-lucene/textcat.conf @@ -0,0 +1,25 @@ +# +# A sample config file for the language models +# provided with Gertjan van Noords language guesser +# (http://odur.let.rug.nl/~vannoord/TextCat/) +# +# Notes: +# - You may consider eliminating a couple of small languages from this +# list because they cause false positives with big languages and are +# bad for performance. (Do you really want to recognize Drents?) +# - Putting the most probable languages at the top of the list +# improves performance, because this will raise the threshold for +# likely candidates more quickly. +# +LM/english.lm english +LM/italian.lm italian +LM/danish.lm danish +LM/dutch.lm dutch +LM/finnish.lm finnish +LM/french.lm french +LM/german.lm german +LM/norwegian.lm norwegian +LM/portuguese.lm portuguese +LM/russian.lm russian +LM/spanish.lm spanish +LM/swedish.lm swedish