stuff-classifier
stuff-classifier copied to clipboard
simple text classifier(s) implemetation in ruby
Whenever I try to initialize the Redis persistance storage through the StuffClassifier::RedisStorage class, I get a uninitialized constant StuffClassifier::RedisStorage error. Is there anything else I have to install other than...
We deploy code to Heroku and Heroku will block our deploy if sqlite is included.
If the trained data set wasn't large enough, how can I continue training while still classifying (or checking the classification)
When I install this gem, I also need to separately install its 'rseg' dependency to properly use it. I feel like this points to a misconfigured dependency tree.
NoMethodError: undefined method `map' for nil:NilClass from /Users/william/.rvm/gems/ruby-1.9.3-p547/gems/stuff-classifier-0.5/lib/stuff-classifier/bayes.rb:13:in`doc_prob'
Would be nice if you allowed us to unclassify something. I may do a pull request for that but if anyone else wants to tackle it go ahead!
Is this possible to get after an item has been classified?
- Factorize common code in inMemoryStorage and FileStorage => A new class Storage - Use a JSON to format data to save - Others params need to be saved :...