wakan
wakan copied to clipboard
Japanese and Chinese learning tool with dictionary
The deflexion engine used in the dictionary lookups assigns a verb type to each guess, according to the deflexion rule that produced the guess. The deflection table defines special rules...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/283) by me.** Kanji search gives no results when filtering by On readings with long vowels, written in romaji, such as "chuu" (チュウ) or "juu" (ジュウ). These are fairly...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/282) by me.** Originally reported on Google Code with ID 282 ``` Wakan search tries to be helpful by searching both as english word and romaji. But in some...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/220) by me.** Currently Vocabulary uses a format different from what Dictionary uses. As a consequence: 1. There are two code modules doing roughly the same. 2. Vocabulary doesn't...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/89) by me.** EDICT dictionaries can contain links to other words in a form of "(See also: [kana or kanji])". It would be nice to detect such sequences and...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/69) by me.** It seems SVN lacks sources to wakanh.dll. Have to find those.
**[Original report](https://bitbucket.org/himselfv/wakan/issue/28) by me.** When issue 27 is done, make a form to let user add a ruby annotation to a part of the text.
**[Original report](https://bitbucket.org/himselfv/wakan/issue/27) by me.** Move all the text tracking/rendering/copy-pasting code into a separate component to reuse it elsewhere in program. Make it mostly not dependent on global properties such as...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/263) by me.** Or a bunch of other such places which do Application.Terminate(). This is because most of the saving code is in fMenu.FormClose which doesn't get called. We...
**[Original report](https://bitbucket.org/himselfv/wakan/issue/256) by me.** Entries with "usually kana" flag in EDICT are displayed by Wakan dictionary as "kana/kana" instead of "kana/kanji". Kana is displayed in both columns and kanji is...