Tegaki:
- is free and open-source
- is multi-plaform
- focuses on Chinese (simplified and traditional) and Japanese characters
- supports 2 different recognition engines
- aspires to work on both desktop-PCs and mobile devices
Downloads
For Windows
-> tegaki-recognize-0.3-setup.exe
This package includes tegaki-recognize, zinnia and wagomu.
For Mac OS X
This package includes tegaki-recognize, zinnia and wagomu.
Tegaki on Mac OS X requires Intel processors. In addition, it requires that X11 is installed on your system. If that is not the case yet, you may install it from the MacOS X install disc (it is located in System/Installation/Packages/X11User.pkg) or from Apple's website.
For a one-click PyGTK OS X installer that does not require X11, see this site.
From source
- tegaki-python-0.3.1.tar.gz (Base python library)
- tegaki-pygtk-0.3.1.tar.gz (Base user interface library)
- tegaki-recognize-0.3.1.tar.gz (Main program)
- zinnia and zinnia-python (Recognition engine)
- tegaki-wagomu-0.3.1.tar.gz (Recognition engine)
- scim-tegaki-0.1.tar.gz (Integration in SCIM)
- ibus-tegaki-0.3.1.tar.gz (Integration in IBus)
- tegaki-train-0.3.1.tar.gz (Character editor and training manager)
- tegaki-tools-0.3.1.tar.gz (Advanced-user and developer tools)
For Maemo
-> tegaki-full_0.2_armel (tegaki-recognize 0.2 and zinnia 0.05)
Models
Handwriting models are not included in the software, they must be downloaded separately.
.model and .meta files can be placed in the following folder:
- on Windows: C:\Program Files\tegaki-recognize\models\[engine-name]\
- on Mac OS X: /Users/[your-user-name]/Library/Application Support/tegaki/models/[engine-name]/
- on UNIX: /usr/share/tegaki/models/[engine-name]/
For example, on Windows, models for zinnia can be placed in C:\Program Files\tegaki-recognize\models\zinnia\.
Engine | Name | Comment |
zinnia | Japanese (all) | |
zinnia | Japanese (all, light) | Smaller and faster but less accurate |
zinnia | Japanese (kyoiku kanji) | Primary school level kanji only |
zinnia | Japanese (joyo kanji) | Commonly used kanji only |
zinnia | Simplified Chinese | |
zinnia | Simplified Chinese (light) | Smaller and faster but less accurate |
zinnia | Traditional Chinese | |
zinnia | Traditional Chinese (light) | Smaller and faster but less accurate |
wagomu | Japanese (all) | |
wagomu | Japanese (kyoiku kanji) | Primary school level kanji only |
wagomu | Japanese (joyo kanji) | Commonly used kanji only |
wagomu | Simplified Chinese |
Additional models can also be found here.
Documentation
Documentation can be found here.
Discussion
If you are interested in our project, please join our discussion group. Both user and developer discussions are welcome.
Development
The source code is managed with git on github: https://github.com/tegaki/tegaki
You can report bugs in our bug tracker.