Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
55d30993d5
|
|||
a88f6c7221
|
|||
2e0d42a013
|
|||
8dea54fc1e
|
|||
7cc76a9e9e
|
|||
79a6bd0d68
|
|||
ae6fe54387
|
|||
5f73d72312
|
|||
a71f670d69
|
|||
49b7b6d523
|
|||
2d7b6ca5cb
|
|||
b8b4df7bf9
|
|||
2ea9e20b99
|
|||
e6678caf81
|
|||
4244db1ee3
|
|||
4deb0b6432
|
|||
1d9a0669b2
|
|||
fbfdbb066e
|
10
README.md
10
README.md
@ -6,7 +6,10 @@
|
|||||||
|
|
||||||
This is my personal vocab list to learn the Japanese Kanji which is using J.W. Heisig/R. Rauther's [__"Die Kanji - lernen und behalten 1"__](https://www.amazon.de/Bedeutung-Schreibweise-japanischen-Schriftzeichen-behalten/dp/3465041577/ref=sr_1_2?crid=2LX7RDRS8FEGW&dchild=1&keywords=die+kanji+lernen+und+behalten&qid=1595191168&sprefix=Die+kanji+lern%2Caps%2C154&sr=8-2)
|
This is my personal vocab list to learn the Japanese Kanji which is using J.W. Heisig/R. Rauther's [__"Die Kanji - lernen und behalten 1"__](https://www.amazon.de/Bedeutung-Schreibweise-japanischen-Schriftzeichen-behalten/dp/3465041577/ref=sr_1_2?crid=2LX7RDRS8FEGW&dchild=1&keywords=die+kanji+lernen+und+behalten&qid=1595191168&sprefix=Die+kanji+lern%2Caps%2C154&sr=8-2)
|
||||||
Since I'm using the German version of the book (and my native language is German) the cards are Japanese-German.
|
Since I'm using the German version of the book (and my native language is German) the cards are Japanese-German.
|
||||||
I'm following the guide of the book, only implementing hints if I have troubles with memorizing the words.
|
Most of the hints I have gotten from [another Deck for the same book](https://ankiweb.net/shared/info/1354129669) (probably should have looked for something like this earlier).
|
||||||
|
A big thanks to the contributors of that deck for sharing their work.
|
||||||
|
These have not yet been formatted corrected (i.e. bold for the word in question and italics for components of the kanji).
|
||||||
|
|
||||||
Feel free to base your vocab list off of mine via a fork, that's probably the best way to go ahead.
|
Feel free to base your vocab list off of mine via a fork, that's probably the best way to go ahead.
|
||||||
|
|
||||||
## Import
|
## Import
|
||||||
@ -49,6 +52,11 @@ Both of these strategies are not optimal and I'm currently looking into other op
|
|||||||
Composites are added to the last kanji learned to completely understand the composite.
|
Composites are added to the last kanji learned to completely understand the composite.
|
||||||
E.g. "週末" (Wochenende) is added at "週" (no. 340), not "末" (no. 230).
|
E.g. "週末" (Wochenende) is added at "週" (no. 340), not "末" (no. 230).
|
||||||
|
|
||||||
|
## Readings
|
||||||
|
I've pulled all available On- Kun- and Nanori-readings from http://nihongo.monash.edu/ using a script.
|
||||||
|
These readings are not yet displayed on the cards themselves but are listed in the notes.
|
||||||
|
If you want to see my awful coding practices for such one off stuff which just needs to generate a file once, look into the other branches of this git repository.
|
||||||
|
|
||||||
## Fonts
|
## Fonts
|
||||||
For Kanjis I'm using the IPAGothic font, for the stroke order I'm using Timothy Eyre's (or is it Ulrich Apel's? It's not quite clear to me.) great font I found on [his website](https://www.nihilist.org.uk/).
|
For Kanjis I'm using the IPAGothic font, for the stroke order I'm using Timothy Eyre's (or is it Ulrich Apel's? It's not quite clear to me.) great font I found on [his website](https://www.nihilist.org.uk/).
|
||||||
The licenses for these fonts can also be found in the `licenses` folder of this git repository.
|
The licenses for these fonts can also be found in the `licenses` folder of this git repository.
|
||||||
|
Reference in New Issue
Block a user