diff options
author | dakkar <dakkar@luxion> | 2008-03-02 15:59:48 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2008-03-02 15:59:48 +0000 |
commit | bbcf829b030be8f171c415b4357390d1f2345e28 (patch) | |
tree | 248d649e0894a82880cc18c58275c17891bafb2c /SW/kanatrain/document.en.rest.txt | |
parent | git-svn-id: svn://luxion/repos/thenautilus@332 fcb26f47-9200-0410-b104-b98ab5... (diff) | |
download | thenautilus-bbcf829b030be8f171c415b4357390d1f2345e28.tar.gz thenautilus-bbcf829b030be8f171c415b4357390d1f2345e28.tar.bz2 thenautilus-bbcf829b030be8f171c415b4357390d1f2345e28.zip |
spostamenti vari
git-svn-id: svn://luxion/repos/thenautilus@333 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'SW/kanatrain/document.en.rest.txt')
-rw-r--r-- | SW/kanatrain/document.en.rest.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/SW/kanatrain/document.en.rest.txt b/SW/kanatrain/document.en.rest.txt new file mode 100644 index 0000000..f348aca --- /dev/null +++ b/SW/kanatrain/document.en.rest.txt @@ -0,0 +1,30 @@ +KanaTrain +========= + +kanatrain.pl is a program to help memorize japanese phonetic characters, in +particular hiragana (平仮名). It requires a Perl interpreter, version 5.6.0 or +later (but it won't work with Perl 6) and a terminal capable of displaying +glyphs specified with UTF-8. At the moment I know of only two programs capable +of this: xterm as included in XFree86 4.x, and EMACS with `Mule-UCS`_ or +`oc-unicode`_ packages. + +The program contains two exercises: in the first one you're presented with a +hiragana and you should write its pronounciation. To avoid ambiguities is best +to write it after the *Kunrei* romanization (ち 'ti', し 'si', ぢ 'di') instead of +the more common *Hepburn* (ち 'chi', し 'shi', ぢ 'ji'). If you make a mistake the +correct pronounciation will be shown, along with the hiragana corresponding to +the one you gave (if any). + +In the second exercise you're presented with a pronunciation (written after the +*Kunrei* system) and five different hiragana characters, where only one is the +right one. You should write the number relative to the right one. If you make a +mistake the correct hiragana will be shown, along with the pronunication of the +one you chose. + +To end each exercise just give an empty answer. + +.. _`oc-unicode`: + http://www.cs.ruu.nl/~otfried/Mule/ + +.. _`mule-ucs`: + ftp://ftp.m17n.org/pub/mule/Mule-UCS/ |