Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 706F37ABDF for ; Sun, 13 Dec 2015 16:55:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 236D98648F; Sun, 13 Dec 2015 16:55:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4FE986481 for ; Sun, 13 Dec 2015 16:55:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7B8m6TdKvtfs for ; Sun, 13 Dec 2015 16:55:49 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 060E585DF8 for ; Sun, 13 Dec 2015 16:55:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 015B8FB83; Sun, 13 Dec 2015 16:55:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 13 Dec 2015 16:55:48 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-classifier-reborn To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20151213165549.015B8FB83@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Dec 13 16:55:48 UTC 2015 Modified Files: pkgsrc/textproc/ruby-classifier-reborn: Makefile PLIST distinfo Log Message: Update ruby-classifier-reborn to 2.0.4. v2.0.4 Major Enhancements * Classification thresholds can be enabled or disabled. The default is disabled. The threshold value can be set at initialization time or dynamically during processing (#47) * Made auto-categorization optional, defaulting to false (#45) * Added the ability to handle an array of classifications to the constructor (#44) * Classification with a threshold has been added to the api (#39) Minor Enhancements * Documentation around threshold usage (#54) * Fixed UTF-8 encoding for hasher.rb (#50) * Removed some unnecessary methods (#43) * Add optional CachedContentNode (GSL only) (#43) * Caches the transposed search_vector (#43) * Added custom marshal_ methods to not save the cache when dumping/loading (#43) * Optimized some numeric comparisons and iterators (#43) * Added cached calculation table when computing raw_vectors (#43) * If a category name is already a symbol, just return it (#45) * Various Hash improvements (#45) * Eliminated several Ruby :warning:s when run with RUBYOPT="-w" (#38) * Simple performance improvements for the Hasher process (#41) * Fixes for broken regex splitting for non-ascii characters and removal of the unused punctuation filter (#41) * Add multiple language stopwords with customizable stop word paths (#40) Bug Fixes * Fixed the bug where adding the same category a second time would clobber the category that was already there (#45) * Fixed deprecation warning for <=> in ls.rb (#33) * Remove references to Madeline in the README and replace it with Marshal or Redis (#32) Development Fixes * Added development dependency on mini_test and added 2.2 to travis.yml (#36) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-classifier-reborn/Makefile \ pkgsrc/textproc/ruby-classifier-reborn/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ruby-classifier-reborn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.