[go: up one dir, main page]

Menu

[r2]: / docs / TODO.txt  Maximize  Restore  History

Download this file

57 lines (36 with data), 2.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
TODO
=========================
-Drawing out of stroke order needs to work.
-Currently, if a simplified character has two traditional variants specified in the Unihan, only one is chosen.
(is this that big of a problem?)
-Have someone say the pronunciation.
-Cut down the load time.
-Create Unidict XML file.
-Set strokes for possible Chinese strokes correctly.
-have dictionary entries that are written traditionally display the traditional character, and not it's simplified variant.
(this could be handled within the Edit Distance Algorithm framework)
-be able to hold dictionary entries that are contain multiple characters, along with their compounded definition.
(what we're doing now: read the CEDICT file every time for information about compound characters as it is needed)
-learn how strokes are scored. Maybe this could help with scoring characters when drawn out of order.
-Do we hold multiple pronunciations for a single character?
if so, then how will this work for playing the pronunciation sound?
=======
GUI related TODO's
=======
-Add functionality to GUI to search for compound words containing character matches.
-Add to GUI ability to search for words via hanzi + pinyin or english.
-Ability to place hanzi from best matches into the search.
-Display all radical information (traditional, variants, simplified, definition)
========
ISSUES THAT HAVE BEEN CORRECTED
========
-We do not specify if a character's radical is simplified or traditional.
This can be seen if we have an apostrophe (') in the Unihan file.
(corrective action):we will show all of the radical information regardless
of whether the radical is being obtained from a simplified
character or not.
Clearing and drawing a new character sucks and doesn't work for some reason.
(corrective action):
-----------------------------
Branch locations:
svn+ssh://nrhobbs@eleguin.com/home/svn/UnistrokWriter-EditDistance