aboutsummaryrefslogtreecommitdiff
path: root/japanese/zinnia
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with clang 6Antoine Brodin2018-01-211-0/+20
| | | | | | | | | | | | trainer.cpp:106:18: error: no matching function for call to 'make_pair' x_.push_back(std::make_pair<std::string, FeatureNode *>(y, fn)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 224669 Reported by: pkg-fallout Notes: svn path=/head/; revision=459583
* Cleanup plistAntoine Brodin2014-11-121-1/+0
| | | | Notes: svn path=/head/; revision=372492
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-252-1/+4
| | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=362888
* - Trim Makefile header; remove LICENSE_FILE for a well-known licenseAlexey Dokuchaev2014-01-282-32/+14
| | | | | | | | | - Set LICENSE for more specific, albeit more ugly, BSD3CLAUSE - Remove USE_GMAKE: seems to build fine with BSD default make(1) - Stagify, set OPTIONS_DEFINE (for DOCS), convert to use PORTDOCS Notes: svn path=/head/; revision=341530
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301663
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284615
* Zinnia is a simple, customizable and portable online hand recognition systemMartin Wilke2011-02-054-0/+68
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/149685 Submitted by: Timothy Beyer <beyert at cs.ucr.edu> Feature safe: yes Notes: svn path=/head/; revision=268647