Hanzi Recognizer

The Hanzi Recognizer is broken up into Characters, Strokes, and the form. Characters are made up of a certain set of strokes. A stroke is defined by anything that is pen down until pen up. When finding the best match, it looks at each stroke written and scores every character in the database. When it is done, it returns the top 5 results. Currently we are in the process of rewriting the scoring algorithm to inroduce an edit distance algorithm.