NewsBlur/apps/analyzer
2010-04-03 23:16:38 -04:00
..
fixtures Adding Phrase Filter to Analyzer. Just need to hook up the phrase filter to the story classifier and then save the results to be used for later processing. 2009-11-15 18:57:53 +00:00
__init__.py Initial 2009-06-16 03:08:55 +00:00
admin.py All classifier facets and data is now saved, end to end. Now, to apply facets to incoming stories and assign scores. 2010-01-05 16:07:11 +00:00
classifier.py Adding a tokenizer to the classifier, as well as using Divmod's Reverend Bayesian classifier. 2009-12-18 18:29:34 +00:00
feed_filter.py Naive Fisher Bayesian Classifier. Stubbed in some boilerplate for making the analyzer do its job. Still have to connect it to feeds and train on real data, but it's looking good as a starting point. 2009-11-03 03:52:03 +00:00
models.py Removing dupe classifiers and enforcing score changes. 2010-04-03 17:59:00 -04:00
phrase_filter.py Adding a tokenizer to the classifier, as well as using Divmod's Reverend Bayesian classifier. 2009-12-18 18:29:34 +00:00
tests.py Adding a tokenizer to the classifier, as well as using Divmod's Reverend Bayesian classifier. 2009-12-18 18:29:34 +00:00
tokenizer.py Adding a tokenizer to the classifier, as well as using Divmod's Reverend Bayesian classifier. 2009-12-18 18:29:34 +00:00
urls.py Crazy refactor and optimization for choosing and removing classifiers. Now feeds and stories use the same modal, and everything uses the same classifier save on the back-end. 2010-04-03 20:32:40 -04:00
views.py Remove classifiers from any classifier modal. Woo! That completes the classifiers. 2010-04-03 23:16:38 -04:00