diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-05 17:43:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-05 17:43:00 +0800 |
commit | 3e11b51fa1a1f2c1a779fb53016b4e83f56c51d7 (patch) | |
tree | bffb86d25f404cf59c6ee96ae8d0c7dc661960f3 /japanese/Makefile | |
parent | 7291365d6aef36cb357b68337e8a564834e2e163 (diff) | |
download | freebsd-ports-gnome-3e11b51fa1a1f2c1a779fb53016b4e83f56c51d7.tar.gz freebsd-ports-gnome-3e11b51fa1a1f2c1a779fb53016b4e83f56c51d7.tar.zst freebsd-ports-gnome-3e11b51fa1a1f2c1a779fb53016b4e83f56c51d7.zip |
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.
WWW: http://zinnia.sourceforge.net/
PR: ports/149687
Submitted by: Timothy Beyer <beyert at cs.ucr.edu>
Feature safe: yes
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 47eafcce9983..1b1ee2d4695c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -395,6 +395,7 @@ SUBDIR += yc.el SUBDIR += zangband SUBDIR += zinnia + SUBDIR += zinnia-tomoe SUBDIR += zipcodes SUBDIR += zope-ejsplitter SUBDIR += zope-jamailhost |