pkgsrc/textproc/ruby-classifier-reborn/PLIST
taca d15b4781ee 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)
2018-03-14 15:40:07 +00:00

44 lines
1.8 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2018/03/14 15:40:07 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.markdown
${GEM_LIBDIR}/data/stopwords/ar
${GEM_LIBDIR}/data/stopwords/bn
${GEM_LIBDIR}/data/stopwords/ca
${GEM_LIBDIR}/data/stopwords/cs
${GEM_LIBDIR}/data/stopwords/da
${GEM_LIBDIR}/data/stopwords/de
${GEM_LIBDIR}/data/stopwords/en
${GEM_LIBDIR}/data/stopwords/es
${GEM_LIBDIR}/data/stopwords/fi
${GEM_LIBDIR}/data/stopwords/fr
${GEM_LIBDIR}/data/stopwords/hi
${GEM_LIBDIR}/data/stopwords/hu
${GEM_LIBDIR}/data/stopwords/it
${GEM_LIBDIR}/data/stopwords/ja
${GEM_LIBDIR}/data/stopwords/nl
${GEM_LIBDIR}/data/stopwords/no
${GEM_LIBDIR}/data/stopwords/pl
${GEM_LIBDIR}/data/stopwords/pt
${GEM_LIBDIR}/data/stopwords/ru
${GEM_LIBDIR}/data/stopwords/se
${GEM_LIBDIR}/data/stopwords/tr
${GEM_LIBDIR}/data/stopwords/vi
${GEM_LIBDIR}/data/stopwords/zh
${GEM_LIBDIR}/lib/classifier-reborn.rb
${GEM_LIBDIR}/lib/classifier-reborn/backends/bayes_memory_backend.rb
${GEM_LIBDIR}/lib/classifier-reborn/backends/bayes_redis_backend.rb
${GEM_LIBDIR}/lib/classifier-reborn/backends/no_redis_error.rb
${GEM_LIBDIR}/lib/classifier-reborn/bayes.rb
${GEM_LIBDIR}/lib/classifier-reborn/category_namer.rb
${GEM_LIBDIR}/lib/classifier-reborn/extensions/hasher.rb
${GEM_LIBDIR}/lib/classifier-reborn/extensions/vector.rb
${GEM_LIBDIR}/lib/classifier-reborn/extensions/vector_serialize.rb
${GEM_LIBDIR}/lib/classifier-reborn/lsi.rb
${GEM_LIBDIR}/lib/classifier-reborn/lsi/cached_content_node.rb
${GEM_LIBDIR}/lib/classifier-reborn/lsi/content_node.rb
${GEM_LIBDIR}/lib/classifier-reborn/lsi/summarizer.rb
${GEM_LIBDIR}/lib/classifier-reborn/lsi/word_list.rb
${GEM_LIBDIR}/lib/classifier-reborn/validators/classifier_validator.rb
${GEM_LIBDIR}/lib/classifier-reborn/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec