./textproc/yamcha, Yet Another Multipurpose CHunk Annotator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q3, Version: 0.33nb2, Package name: yamcha-0.33nb2, Maintainer: obache

YamCha is a generic, customizable, and open source text chunker oriented toward
a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP
chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning
algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in
1995.

YamCha is exactly the same system which performed the best in the CoNLL2000
Shared Task, Chunking and BaseNP Chunking task.


Required to run:
[math/TinySVM] [lang/perl5]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: 4ee6d8150557761f86fcb8af118636b7c23920c0
RMD160: ac21fa16a45efa40775d426cd6229f612a7aa21e
Filesize: 477.217 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-05 15:22:23 by Matthias Scheler | Files touched by this commit (4)
Log message:
Pullup ticket #3931 - requested by marino
textproc/yamcha: build fix

Revisions pulled up:
- textproc/yamcha/Makefile                                      1.4
- textproc/yamcha/distinfo                                      1.5
- textproc/yamcha/patches/patch-libexec_mktrie.cpp              1.1
- textproc/yamcha/patches/patch-libexec_pkemine.cpp             1.1

---
   Module Name:    pkgsrc
   Committed By:   marino
   Date:           Wed Oct  3 14:40:23 UTC 2012

   Modified Files:
            pkgsrc/textproc/yamcha: Makefile distinfo
   Added Files:
            pkgsrc/textproc/yamcha/patches: patch-libexec_mktrie.cpp
                patch-libexec_pkemine.cpp

   Log message:
   textproc/yamcha: Fix segfault bugs in pkemine + mktrie

   The textproc/cabocha package has been failing on i386 DragonFly for
   months.  This was caused by segaults in two utilities provided by yamcha:
   pkemine and mktrie.

   Google brought up some pastebin sniplets indicating others had run into
   the same issue, confirming the fixes.  With the revised yamcha utilities,
   textproc/cabocha builds nicely on DragonFly.