aboutsummaryrefslogtreecommitdiffstats
path: root/src/tokenizers/tokenizers.h
Commit message (Expand)AuthorAgeFilesLines
* Make words from text parts.Vsevolod Stakhov2014-12-171-1/+2
* Refactor function names.Vsevolod Stakhov2014-11-291-4/+4
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-8/+16
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-17/+9
* Unify code style.Vsevolod Stakhov2014-07-231-9/+17
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-2/+2
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-3/+3
* Parse classifiers and statfiles in ucl.Vsevolod Stakhov2013-11-071-1/+1
* New chi2square based bayes normalizer.Vsevolod Stakhov2013-05-231-1/+1
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-9/+4
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-7/+9
* * Skip short utf words in statisticsVsevolod Stakhov2011-06-031-2/+2
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-061-2/+2
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-2/+0
* * Add Subject header to statisticsVsevolod Stakhov2010-12-241-0/+2
* * Implement new learning system, now rspamd should be much more intelligent w...Vsevolod Stakhov2010-05-271-0/+1
* * Add binlog API implementationVsevolod Stakhov2009-11-061-0/+1
* * Add functions to parse headers and urls into statfile tokensVsevolod Stakhov2009-03-161-0/+4
* * Rewrite message parserVsevolod Stakhov2009-01-211-2/+2
* * Use binary tree in tokenizers, that would provide us fast checking for uniq...Vsevolod Stakhov2008-12-041-6/+6
* * Add learning interface to rspamd (still requires classifier to work)Vsevolod Stakhov2008-12-021-0/+15
* * Add simple implementation of OSB tokenizerVsevolod Stakhov2008-11-071-0/+29