Skip to content

Commit

Permalink
Update ruby-classifier-reborn to 2.1.0.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
taca committed Mar 20, 2017
1 parent 436ff7d commit 1eb6160
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-classifier-reborn/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/12/13 16:55:48 taca Exp $
# $NetBSD: Makefile,v 1.3 2017/03/20 15:24:43 taca Exp $

DISTNAME= classifier-reborn-2.0.4
DISTNAME= classifier-reborn-2.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc

Expand Down
10 changes: 5 additions & 5 deletions textproc/ruby-classifier-reborn/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/12/13 16:55:48 taca Exp $
$NetBSD: distinfo,v 1.4 2017/03/20 15:24:43 taca Exp $

SHA1 (classifier-reborn-2.0.4.gem) = cf9ccc89cb546ec55c5ad64350b1179717a17488
RMD160 (classifier-reborn-2.0.4.gem) = d620d916e658c85819cc450346d661c2f96ff9a0
SHA512 (classifier-reborn-2.0.4.gem) = e6e792646f709b7e0711809a6a358ec61a31cad2b20f70a863396abffd3d5c25e20a7e1568cf49fb22d18eff9f6ad0c79aebb0249923d419b04a70d27761c8b0
Size (classifier-reborn-2.0.4.gem) = 38400 bytes
SHA1 (classifier-reborn-2.1.0.gem) = c1de44c24152e2e509c0476bc6407685df37008b
RMD160 (classifier-reborn-2.1.0.gem) = 1349b3a47dbcd0f2c3e5bb19ca83e007034162d7
SHA512 (classifier-reborn-2.1.0.gem) = f9a65477c276b5611682e94b8263951a5375cbe3ac56736a58fa0d8395d62650cf9d0c9acdde36cb53cfb6770acf7bf8422a33a19783b8facc96f8693c7dc5d1
Size (classifier-reborn-2.1.0.gem) = 38912 bytes

0 comments on commit 1eb6160

Please sign in to comment.