diff options
author | obache <obache@pkgsrc.org> | 2010-05-20 09:05:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-20 09:05:30 +0000 |
commit | 0235753146b8c49dd105c1fe6cfce199d5afd243 (patch) | |
tree | 422bafa1d212548b2615cd64d33c57cb0b03fba4 /inputmethod/zinnia/Makefile | |
parent | e796bfd5e37f594b3d1bd38f3165bc65eb2a705e (diff) | |
download | pkgsrc-0235753146b8c49dd105c1fe6cfce199d5afd243.tar.gz |
Import zinnia-0.05 as inputmethod/zinnia.
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.
Diffstat (limited to 'inputmethod/zinnia/Makefile')
-rw-r--r-- | inputmethod/zinnia/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/inputmethod/zinnia/Makefile b/inputmethod/zinnia/Makefile new file mode 100644 index 00000000000..f15b8f5bde6 --- /dev/null +++ b/inputmethod/zinnia/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:05:30 obache Exp $ +# + +.include "Makefile.common" + +COMMENT= Online hand writing recognition system with machine learning + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +PKGCONFIG_OVERRIDE+= zinnia.pc.in + +.include "../../mk/bsd.pkg.mk" |