summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
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"