3ace0f3172
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)
17 lines
516 B
Text
17 lines
516 B
Text
# $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
|
|
# used by textproc/p5-mecab/Makefile
|
|
# used by textproc/py-mecab/Makefile
|
|
# used by textproc/ruby-mecab/Makefile
|
|
# used by textproc/mecab-ipadic/Makefile
|
|
# used by textproc/mecab-jumandic/Makefile
|
|
|
|
MECAB_VERSION= 0.996
|
|
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://mecab.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://mecab.sourceforge.net/
|