]> git.wh0rd.org - tt-rss.git/history - plugins/af_sort_bayes/init.php
add basic classifier information window
[tt-rss.git] / plugins / af_sort_bayes / init.php
2015-06-18  Andrew Dolgovadd basic classifier information window
2015-06-18  Andrew Dolgovbayes: stop onclick event on our button from propagatin...
2015-06-18  Andrew Dolgovfix previous
2015-06-18  Andrew DolgovRevert "experiment: switch to 3-gram tokens"
2015-06-18  Andrew Dolgovbayes: fix check for already categorized articles
2015-06-18  Andrew Dolgovexperiment: switch to 3-gram tokens
2015-06-17  Andrew Dolgovbayes, filter: do not categorize already processed...
2015-06-17  Andrew Dolgovshow ugly minimum word count for auto categorizing...
2015-06-17  Andrew Dolgovbayes: fix typo
2015-06-17  Andrew Dolgovbayes: properly reset score when going good -> ugly
2015-06-17  Andrew Dolgovbayes: better prefs ui/stats
2015-06-17  Andrew Dolgovbayes filter: remove unnecessary debugging
2015-06-17  Andrew Dolgovbayes: remote unused content field for references schema
2015-06-17  Andrew Dolgovbayes: fix psql schema typo
2015-06-17  Andrew Dolgovsome bayes updates
2015-06-17  Andrew Dolgovswitch to three different bayes categories
2015-06-17  Andrew Dolgovuse ngram tokens instead of whole words for matching
2015-06-17  Andrew Dolgovshow article count in bayes stats
2015-06-17  Andrew Dolgovadd button to clear bayes database
2015-06-17  Andrew Dolgovbayes: add mysql script
2015-06-17  Andrew Dolgovreenable autolearn as good
2015-06-17  Andrew Dolgovadd some more bayes stuff
2015-06-17  Andrew Dolgovadd placeholder stuff for af_sort_bayes