AnkiNoteTemplate/templates/Japanese sentences
2024-03-29 14:25:03 +03:00
..
Production rename focus field 2022-10-24 18:41:56 +03:00
Recognition update version 2024-03-29 14:25:03 +03:00
japanese_sentences.webp add screenshots 2021-04-20 14:30:17 +03:00
README.md update readme for TSCs 2022-09-12 20:00:19 +03:00
template.css japanese sentences: add jp1k support 2024-03-29 13:49:57 +03:00
template.json rename focus field 2022-10-24 18:41:56 +03:00
yomichan_anki_settings.webp add screenshots 2021-04-20 14:30:17 +03:00

Japanese sentences

Targeted sentence cards for learning Japanese. Can be used for everyday sentence mining, as well as for storing premade sentence packs. A deck with example cards is available here.

screenshot

Included card types

1: Recognition

This card type tests your reading comprehension. On the front side, there is an example sentence. The sentence has one target word or phrase. I usually highlight the target word in bold. On the back you can put the definitions and pronunciations of the target word, as well as pictures. The note type also contains a separate field for Japanese pitch accent pattern. I use this Anki add-on to generate pitch accents.

The Image field will be shown on the front if a card has imageonfront tag.

2: Production

This card type is designed to teach you how to write the target word. To make a production card select the desired note in the Anki Browser and fill the MakeProductionCard field with any text you like. The target word on the new card is replaced with its kana reading, and your goal is to write it in kanji. The back of the card includes a stroke order diagram for the target word.

For further explanation, see Writing Japanese guide.

Yomichan settings

screenshot

Adding {cloze-prefix}<b>{cloze-body}</b>{cloze-suffix} to the settings lets you automatically highlight the target word.

Japanese Support settings

To configure the Japanese support add-on, open Anki and go to Tools > Add-ons > Japanese Support > Config. My config looks like this:

{
    "dstFields": [
        "SentFurigana",
        "VocabFurigana"
    ],
    "furiganaSuffix": " (furigana)",
    "noteTypes": [
        "japanese",
        "subs2srs"
    ],
    "skipNumbers": false,
    "srcFields": [
        "SentKanji",
        "VocabKanji"
    ]
}

Make sure to apply these settings to be able to generate furigana when using this Note Type.