diff options
author | obache <obache@pkgsrc.org> | 2010-05-19 12:35:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-19 12:35:26 +0000 |
commit | 49884e93d5fdc58bc33bd5f2688ae0bf671a0393 (patch) | |
tree | 48fd24cbab482a7e5696b3f70ae8c3d55a83d445 /textproc/p5-cabocha | |
parent | 13e9da4fbb9f209e14f9915dcce1e5a6845315ed (diff) | |
download | pkgsrc-49884e93d5fdc58bc33bd5f2688ae0bf671a0393.tar.gz |
Import p5-cabocha-0.53 as textproc/p5-cabocha.
CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.
This package is perl module for CaboCha.
Diffstat (limited to 'textproc/p5-cabocha')
-rw-r--r-- | textproc/p5-cabocha/DESCR | 7 | ||||
-rw-r--r-- | textproc/p5-cabocha/Makefile | 21 |
2 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-cabocha/DESCR b/textproc/p5-cabocha/DESCR new file mode 100644 index 00000000000..97214d2f563 --- /dev/null +++ b/textproc/p5-cabocha/DESCR @@ -0,0 +1,7 @@ +CaboCha is a Japanese dependency analysis machine based on Support Vector +Machines. It is (89.29%) system that accuracy is the highest as a statistical +Japanese dependency analysis machine as of June, 2001. Moreover, definite +analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is +adopted, and an efficient analysis can be done comparatively. + +This package is perl module for CaboCha. diff --git a/textproc/p5-cabocha/Makefile b/textproc/p5-cabocha/Makefile new file mode 100644 index 00000000000..65c9d68016c --- /dev/null +++ b/textproc/p5-cabocha/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/19 12:35:26 obache Exp $ +# + +.include "../../textproc/cabocha/Makefile.common" + +PKGNAME= p5-${DISTNAME} + +COMMENT= CaboCha perl module + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c++ + +CONFIGURE_DIRS= perl + +PERL5_PACKLIST= auto/CaboCha/.packlist + +BUILDLINK_API_DEPENDS.cabocha+= cabocha>=${PKGVERSION_NOREV} +.include "../../textproc/cabocha/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |