2024-01-03 16:58:07 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-classifier-reborn: remove extra RUBY_VERSIONS_ACCEPTED
|
2023-09-09 15:55:45 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-classifier-reborn: drop support for Ruby 3.0
Now drop support for Ruby 3.0.
|
2023-01-19 16:51:07 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-classifier-reborn: fix condition for Ruby's version
Take care of Ruby 3.1 above.
|
2022-10-10 05:36:51 by Takahiro Kambe | Files touched by this commit (32) |
Log message:
Remove lines for Ruby 2.6.
|
2022-09-02 19:10:06 by Thomas Klausner | Files touched by this commit (1) |
Log message:
ruby-classifier-reborn: mark as not for ruby 2.6
ruby-matrix does not support it
|
2022-09-01 16:46:27 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-classifier-reborn: update to 2.3.0
pkgsrc change: remove redundant PKGNAME.
2.3.0 (2022-06-19)
Minor Enhancements
* Separate tokenizer from hasher, allowing custom tokenizers. (#162)
* Improved handling of Zero division and Zero vector normalization. (#173)
* Support Numo Gem for performing SVD (#198)
Development Fixes
* remove deprecated has_rdoc in gemspec
* auto-gen-config for Rubocop
* auto-correct offenses
* Freeze all Ruby string literals (#190)
* Migrate TravisCI to GitHub Actions & Update Tested Ruby Versions (#195)
* Test Native and GSL Implementations (#196)
* Actually Use GSL in CI Tests (#197)
Documentation
* Updated Bayes docs for filters (#191)
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2018-03-14 16:40:07 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
textproc/ruby-classifier-reborn: update to 2.2.0
2.2.0 / 2017-12-14
* 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)
|
2017-03-20 16:24:43 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-classifier-reborn to 2.1.0.
2.1.0 / 2017-01-01
Major Enhancements
* Fix breaking changes in LSI api. Displays errors instead of raising where
possible. #87
2.0.5 / 2016-12-30 - removed due to breaking change, and no longer available
Major Enhancements
* Stopwords get encoded to utf8 (#83)
* Fix searching issues where no document is added to lsi (#77)
* Added method to add custom path to user-created stopword directory (#73)
Minor Enhancements
* Test newer rubies (#85)
* Fixed errors in README (#68, #79, #80)
* Added an option to the bayesian classifier to disable word stemming (#61)
* Added missing parens and renamed some variables (#59)
|