mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
3eee3adbc0
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
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
%%PYTHON_SITELIBDIR%%/_zinnia.so
|
|
%%PYTHON_SITELIBDIR%%/zinnia.py
|
|
%%PYTHON_SITELIBDIR%%/zinnia.pyc
|
|
%%PYTHON_SITELIBDIR%%/zinnia.pyo
|
|
@dirrmtry %%PYTHON_SITELIBDIR%%
|
|
@dirrmtry %%PYTHON_LIBDIR%%
|