neelkrishna / cellwriter

Automatically exported from code.google.com/p/cellwriter
GNU General Public License v2.0
1 stars 0 forks source link

Plan for Asian language support #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CJK languages are not usable with CellWriter, although in theory they
should work fine. Either a pretrained database of Kanji should be developed
or an alternate recognition pathway for these languages could also do the
trick. Either way, need a plan.

Original issue reported on code.google.com by risu...@gmail.com on 20 Jul 2008 at 12:35

GoogleCodeExporter commented 9 years ago
One possibility is integrating StrokeDic:
http://www.wellscs.com/pilot/
http://www.rikai.com/programming/unistrok

Original comment by risu...@gmail.com on 20 Jul 2008 at 12:46

GoogleCodeExporter commented 9 years ago
the kanji stroke order font (http://www.users.waitrose.com/~potato/index.html) 
is
built from SVG data.  perhaps that could be used for training?

Original comment by fugouna...@gmail.com on 19 Oct 2008 at 3:44

GoogleCodeExporter commented 9 years ago
The stroke order font isn't necessarily drawn in the right order. It is simply a
Kanji font with the stroke order numbers on it -- this is not a format we can 
easily
use. I have my doubts as to how many Kanji are actually in it also, it seems to 
be
only the Japanese kanji in any case.

Original comment by risu...@gmail.com on 19 Oct 2008 at 6:08

GoogleCodeExporter commented 9 years ago
Oh, I meant using the SVG data that the font was automatically generated from 
(see
the README in the font download), but yes, I believe it's only Japanese kanji, 
kana,
roman letters etc, but that would be enough for a lot of users...

Original comment by fugouna...@gmail.com on 19 Oct 2008 at 10:21

GoogleCodeExporter commented 9 years ago
What does the SVG data look like? Are the strokes in the data always in the 
correct
order or is it in whatever order it was drawn in .. with the 1s, 2s, 3s, etc 
attached?

Original comment by risu...@gmail.com on 19 Oct 2008 at 11:47

GoogleCodeExporter commented 9 years ago
The author previously wrote "I think the SVG dataset I have includes animation
infomation and also puts the stroke numbers on the strokes." so I guess it's a 
stroke
order animation, in the correct order, but I haven't seen it myself...

Original comment by fugouna...@gmail.com on 20 Oct 2008 at 10:15