summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-05-19 12:35:26 +0000
committerobache <obache@pkgsrc.org>2010-05-19 12:35:26 +0000
commit1f5dda473dba921574fb5676de269eeb1a417e22 (patch)
tree48fd24cbab482a7e5696b3f70ae8c3d55a83d445 /textproc
parent09266174083d4aec3c07b0009abea7d34f1724a1 (diff)
downloadpkgsrc-1f5dda473dba921574fb5676de269eeb1a417e22.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')
-rw-r--r--textproc/p5-cabocha/DESCR7
-rw-r--r--textproc/p5-cabocha/Makefile21
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"