From 43f6d4b4b858a725512f5cf3b9160bdb372f31d0 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 27 Feb 2012 11:53:06 +0000 Subject: Update mecab to 0.993. 2012-01-27 MeCab 0.993 * Fix to works well for MeCab::Tagger::formatNode() * To reduce stack size, save almost of local variables(arrays) to heap. 2012-01-14 MeCab 0.992 * Fix typos in source codes. 2012-01-14 MeCab 0.991 * Fix parse error with null strings or space strings. * Fix failure for creation of user dictionaries. 2011-12-24 MeCab 0.99 * Add MeCab::Model MeCab::Lattice classes. Improve usabilities on multi threads environment. Multiple threads can parse with shareing same dictionary. * Remove function for automatic dictionary reference share when refereing same dictionaly (You can do same works with MeCab::Model). * Add function for atomic dictionaly update in parsing. Model::swap() * Change Windows version to Unicode binary. * Remove experimental online learning, HMM and EM learning codes. * Remove MeCab::Node:(begin|end)_node_list members. * minor bug fixes. --- textproc/p5-mecab/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'textproc/p5-mecab/Makefile') diff --git a/textproc/p5-mecab/Makefile b/textproc/p5-mecab/Makefile index 8a20f7d9217..ef41ff68ff2 100644 --- a/textproc/p5-mecab/Makefile +++ b/textproc/p5-mecab/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2011/08/14 15:14:22 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/02/27 11:53:07 obache Exp $ # .include "../../textproc/mecab/Makefile.common" DISTNAME= mecab-perl-${MECAB_VERSION} PKGNAME= p5-mecab-${MECAB_VERSION} -PKGREVISION= 2 CATEGORIES+= perl5 COMMENT= MeCab perl module -- cgit v1.2.3