diff options
author | obache <obache@pkgsrc.org> | 2013-02-28 12:31:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-02-28 12:31:37 +0000 |
commit | 11948bfb3a87abfa8fe24dd089303d57faecef85 (patch) | |
tree | aeb2de3ab038375be20c586865026381779ef362 /textproc/mecab | |
parent | 821940f8289a41ab78b2d40cdd8871cafebfc456 (diff) | |
download | pkgsrc-11948bfb3a87abfa8fe24dd089303d57faecef85.tar.gz |
Update mecab to 0.996.
2013-02-18 MeCab 0.996
* fixes missing linkage with iconv.
* Add function to generate new CSV file from adding costs and left/right context
ID of CVS for user's dictionary.
* Add Lattice::set_result() method for generated analysis result to Lattice
2013-01-24 MeCab 0.995
* Reimplementation of partial analysis function
* Add API for partial analysis function (Lattice:set_boundary_constrant,
Lattice::set_feature_constranit)
Diffstat (limited to 'textproc/mecab')
-rw-r--r-- | textproc/mecab/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mecab/Makefile.common b/textproc/mecab/Makefile.common index 14300738ba7..5ac449f01dc 100644 --- a/textproc/mecab/Makefile.common +++ b/textproc/mecab/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2012/06/10 11:54:44 obache Exp $ +# $NetBSD: Makefile.common,v 1.7 2013/02/28 12:31:38 obache Exp $ # # used by textproc/mecab-base/Makefile # used by textproc/java-mecab/Makefile @@ -8,7 +8,7 @@ # used by textproc/mecab-ipadic/Makefile # used by textproc/mecab-jumandic/Makefile -MECAB_VERSION= 0.994 +MECAB_VERSION= 0.996 CATEGORIES= japanese textproc MASTER_SITES= http://mecab.googlecode.com/files/ |