EDIT: I just added this to the Wanikani Strategy Hub, but realize it doesn’t start with a decent explanation. WK uses some mnemonic devices to represent multiple different readings, which confuses some users. A common example is a cow, which might be for a reading of む, むう, かお, うし, and possibly others. This causes problems for some users as the different readings interfere with one another. Consistent Mnemonics is based upon memory technique like Memory Palaces, etc and requires any mnemonic symbol to mean exactly one thing, so that interference doesn’t occur.
So after reading threads like these:
- Chart of Frequency of Kana used in WK Kanji readings
- My thoughts, tips, and ramblings after reaching level 60 — long post
- My Journey of 368 days (+ The Ultimate Guide for WK )
I’ve been thinking about consistent mnemonics a bit and thought I’d try putting my own spin on the idea. I’ve done a bit of work on it and would love to get ideas/feedback.
I used the WK API to get every on’yomi and kun’yomi reading for every kanji in WK. There were something like 1200-1500 of them, of which ~900 were 2 or fewer syllables. Way too many (IMO) to uniquely mnemonic-ize.
So, I then split them into ‘syllables’. I put that in quotes because I split up things like long vs. short vowels and the small っ and a few other random bits that didn’t really fit/I was too lazy to code into my python script. (Maybe ‘beats’ would be a better description for these? Whatever.) For each of these, I kept 2 lists in WK order of kanji that used the particular element in its reading.
Anyway, this gave me a list of about 150 unique elements. About 130 of those are used alone as a reading and about 20 only appearing with some other beat.
I also pulled out all the long/multi vowel readings (ex,
あい, べい, etc). For want of a better place, I included combos that included the small っ (ばっ, がっ, etc) here as well. There were around 100 of those that I added to my list.
So that gave me approximately 250 separate elements. That’s a lot, but compared to 2000+ kanji, not too bad for building a library of mnemonics. I’ve gone over it and filled in the ones from the earlier levels I’ve already done, and plan on filling in more as I hit them. For each element, I am planning on creating one mnemonic for use as a primary/exclusive element and an (optional) second, related mnemonic (as discussed in those other threads) for when it’s the second syllable. Three+ syllable cases seem to be (almost?) entirely vocabulary masquerading as kun’yomi, so I’ll just deal with them like any other rare/non-standard reading as they come up.
So, I’m not planning on being restrictive on this. Two syllable readings (~750) that have obvious mnemonics for the pair or turn out to be really common will be added as they seem relevant.
Ok, that was a lot more verbiage than I expected, but for anyone who got here, what do you think? Good idea? Terrible idea? WTF are you thinking idea?