Jordan Kiang
jordan-at-kiang.org

Java source code for a Chinese character input Swing widget using (crude) handwriting recognition.
Applications can make use of it by interacting with the HanziLookup JPanel.

HanziLookup now has two constructors, one for use with plain-text data files, the other for use
with a pre-compiled data file for faster load times.  strokes.dat is a pre-compiled version
of strokes.txt.

The only other documentation is the javadoc.
Released under the included GNU GPL. 