classifier-reborn v2.2.0 Release Notes
Release Date: 2017-12-15 // about 7 years ago-
Major Enhancements
- ๐ JRuby Support, thanks to @mach-kernel (#168)
- โ Add support to reset trained classifiers to their initial state (#143)
- Classifier evaluation and validation (#142)
- Abbility to add custom stopwords at classifier initialization (#129)
- Don't train/untrain the Bayesian classifier with empty word hashes (#132)
- Enable auto categorization if no initial categories (#128)
- โ Bayes integration test of Memory and Redis backends with real data (#92)
- ๐ Memory and Redis backend support (#84)
Minor Enhancements
- ๐ improved turkish stopwords (#159)
- Set Redis keys only if they don't exist (#156)
- Require bayes_redis_backend (#157)
- ๐ Validation documentation improvements (#150)
- โก๏ธ Updated Dokcer image to Ruby 2.4 (#149)
- Classifier validation user documenation (#145)
- ๐ Fixed persistance for BayesMemoryBackend (#147)
- ๐ Fixed error on requiring 'classifier-reborn' without using Redis (#146)
- โ Removed magic train untrain methods from docs, (#141)
- ๐ Links corrected to point to the new domain (#139)
- ๐ Minor docs improvements (#138)
- Return the status of the training/untraining when run (#137)
- ๐จ Refactoring of backend tests to move duplicate login in the common file (#134)
- โ Deal with Infinity score in test (#133)
- ๐ README file cleaned up to point to the documentation site (#121)
- โ Added and corrected RDoc for ceratin classes and methods (#122)
- โ Added favicon link and forced display (#120)
- โก๏ธ Updated the truncated LICENSE file (#116)
- ๐ Docs visual improvement and refactoring (#119)
- ๐ Fixed relative URL issue on nav links and added benchmark data (#118)
- โ Added custom layout with navigation (#117)
- ๐ Created a static site for documentation (#115)
- โ Removed redis gem from Dockerfile as it is added in gemspec (#113)
- ๐ณ Speed up Docker image rebilding (#112)
- ๐ Improved Docker based development documentation (#106)
- ๐จ Benchmark refactoring, improving efficiency, enhanced reporting (#107)
- โ Add Vietnamese stopwords (#110)
- โ Added stop words for Arabic, Bengali, Chinese, Hindi, and Russian (#105)
- ๐ Dockerfile and documentation (#104)
- โ Remove hard dep on Redis and update bin (#96)
- ๐ Documented Redis backend performance (#103)
- โ Rename Bayes memory test class (#102)
- โ Added Bayes backend benchmarks (#98)
- ๐จ Disabled Redis disc persistence and refactored integration test (#97)
- โ Removed useless intermediate variables (#90)
Previous changes from v2.1.0
-
Major Enhancements
- ๐ Fix breaking changes in LSI api. Displays errors instead of raising where possible. #87