Ml Classify Text Js Versions Save

Machine learning based text classification in JavaScript using n-grams and cosine similarity

2.0.1

1 year ago

Changelog

Changed

  • Fixed all instances of improper object literal type checks
  • Fixed bug where terms were added to the model vocabulary when making predictions
  • Migrated tests from Mocha/Chai to Jest

2.0.0

3 years ago

Changelog

Breaking changes

  • Removed minimumConfidence from Model

1.0.0

3 years ago

Initial release