You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
(50) |
May
(10) |
Jun
(48) |
Jul
(72) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(9) |
Feb
(9) |
Mar
(1) |
Apr
(1) |
May
(3) |
Jun
(10) |
Jul
(5) |
Aug
|
Sep
(1) |
Oct
|
Nov
(17) |
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(7) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(1) |
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
(1) |
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
From: Mathieu B. <mbl...@ru...> - 2009-06-23 16:07:51
|
Hi, I don't think this nifty new project has been mentioned on the list yet so I wanted to let people know about its existence. This project basically resuscitates an old project called "Aアあ" which purpose was to define kanji in SVG format. http://kanjivg.tagaini.net/ I think that the data provided by that project can be useful for our subject of interest (handwriting recognition ;-) !) too. Here are some key differences I noticed with the data in Tomoe: - The strokes are defined in terms of lines and bézier curves. It should be possible to use these data for training / testing by sampling points. - The kanji look more natural. This suggests that they are good candidates as test data. Recognizers like zinnia can be tuned / improved so as to maximize the accuracy against this set. - Information about radicals and stroke components is provided meaning that the structure information can potentially be used to improve accuracy or speed up recognition. Best regards, Mathieu Blondel |
From: Enrique S. G. <es...@gm...> - 2009-06-01 04:29:21
|
Hi, Thanks for your quick reply. (And sorry for the delay in mine, I didn't realize digests were once-a-month. Switched to non-digest mode.) Thanks for the info on zinnia. Actually, I think the stroke data in tomoe may be quite useful to me. I'm also looking for data to be used not for recognition, but to display proper stroke order to the end user. While there are a number of sites on the Internet that serve this purpose, I'm still looking for one that offers the data in a format I could import. Would you happen to know of any? Thank you very much for your time. -- Enrique On Sun, May 31, 2009 at 5:46 PM, <tom...@li...> wrote: > ------------------------------ > > Message: 3 > Date: Thu, 21 May 2009 20:54:12 +0900 > From: Taku Kudo <ta...@ch...> > Subject: [tomoe-devel 249] Re: Custom Kanji recognition engine > modification > To: tom...@li... > Message-ID: > <410...@ma...> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi, > > How about using Zinnia? http://zinnia.sourceforge.net/ > Tomoe recognizer is Unix-oriented so, it would be hard to use > it non-Uinux environment. Zinnia is more portable than Tomoe recognizer and > officially supports Windows. There are several applications running on > different operating system including iPhone :-) > http://www.youtube.com/watch?v=i88uaIu3Khk > > Actually, Zinnia uses a Tomoe's hand writing data to generate a model of > recognizer. > > Thanks. > |