codegooglecom / cjklib

Automatically exported from code.google.com/p/cjklib
Other
0 stars 0 forks source link

Extend decomposition schema #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some characters are decomposed in such a way that the sequential order of
components can not be used to derive the character's stroke order. This
involves layouts ⿴ and ⿻. This is currently solved by supplying the
complete stroke order of the said character.

Character 乘 for example can be decomposed into ⿻禾北, where as strokes 
丿,
㇐, ㇑ from first character 禾 are followed by strokes ㇐, ㇑, ㇀ from the
left hand side of 北, then followed by the right hand side namely 匕,
finally finished by ㇒, ㇏ from the rest of 禾, see
http://kanjivg.tagaini.net/Kanji/木.

This decomposition into parts and strokes has more information than the
current scheme can supply. These special decompositions in general pose
special complexity both on the data and the implementational side.

Ponder useful methods and a reasonable representation on the data side,
and integrate that into cjklib.

Original issue reported on code.google.com by christop...@gmail.com on 26 Jun 2009 at 9:16