cardmagic / classifier

A general classifier module to allow Bayesian and LSI classifications.
Other
661 stars 122 forks source link

Fixes #26. Adds LSI#classify_with_confidence(text) #27

Closed stevemadere closed 3 months ago

stevemadere commented 8 years ago

Most of the changed lines are just deleting trailing whitespace. If you look at the diff with command-line git (which hides whitespace changes by default) you'll see it's actually very small.

cardmagic commented 3 months ago

Thank you, it has been merged in with https://github.com/cardmagic/classifier/pull/37 (updated with added unit tests)