summaryrefslogtreecommitdiff
path: root/bayes
Commit message (Collapse)AuthorAge
* naive-bayes classifying indexdakkar2019-12-28
| | | | half-tested by hand
* move scan-dir out of Storedakkar2019-12-27
|
* restructure store, extract serverdakkar2019-12-26
| | | | | | | | | now Store has a set of Index, which actually do the indexing Store also runs the scan-dir (this may not be ideal, but will do for now) Server handles I/O
* feature parity!dakkar2018-11-09
|
* in-memory store, and Email classdakkar2018-11-09
|
* move stuff into modulesdakkar2018-11-09
|
* let's use Perl 6!dakkar2018-11-02
minimal email parser, for now