diff options
author | obache <obache@pkgsrc.org> | 2010-05-19 12:39:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-19 12:39:53 +0000 |
commit | 6b2d7b4774a85eb3acc770b9a90e0c4750ba6dfe (patch) | |
tree | 3c6a128f0d4492a1690d7f4241d7d836a591e95d /textproc/ruby-cabocha/DESCR | |
parent | 64782a3d255c19347b9da57252b23ca7914ba661 (diff) | |
download | pkgsrc-6b2d7b4774a85eb3acc770b9a90e0c4750ba6dfe.tar.gz |
Import ruby-cabocha-0.53 as textproc/ruby-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 ruby module for CaboCha.
Diffstat (limited to 'textproc/ruby-cabocha/DESCR')
-rw-r--r-- | textproc/ruby-cabocha/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/ruby-cabocha/DESCR b/textproc/ruby-cabocha/DESCR new file mode 100644 index 00000000000..e35cbea9950 --- /dev/null +++ b/textproc/ruby-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 ruby module for CaboCha. |