cvs commit: ports/japanese Makefile ports/japanese/py-zinnia
Makefile distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Sat Feb 5 09:41:53 UTC 2011
miwi 2011-02-05 09:41:52 UTC
FreeBSD ports repository
Modified files:
japanese Makefile
Added files:
japanese/py-zinnia Makefile distinfo pkg-descr pkg-plist
Log:
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence. To keep portability, Zinnia doesn't have any rendering
functionality. In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.
This is the python interface to the library.
WWW: http://zinnia.sourceforge.net/
PR: ports/149686
Submitted by: Timothy Beyer <beyert at cs.ucr.edu>
Feature safe: yes
Revision Changes Path
1.757 +1 -0 ports/japanese/Makefile
1.1 +37 -0 ports/japanese/py-zinnia/Makefile (new)
1.1 +2 -0 ports/japanese/py-zinnia/distinfo (new)
1.1 +10 -0 ports/japanese/py-zinnia/pkg-descr (new)
1.1 +6 -0 ports/japanese/py-zinnia/pkg-plist (new)
More information about the cvs-all
mailing list