choubatsu Wrote:It's interesting to see those results. Personally, I'm more aiming for a way to practically test myself by:
(1) inputting a frame number (ie input 150 to include all kanji in frames 1-150)
(2) generate a list using words with those kanji and then
(3) randomly show the English+Kana only and prompt me to write the Kanji.
The Labs does a vocab shuffle just like that except it shows the Kanji and prompts you to provide the meaning and reading. What I'm trying to learn how to do is the other way round (if that makes sense).
Very interesting. It does make sense, & sounds like a great idea.
General question: do you *not* want to integrate this with Anki? I.e., you could generate your list up to (2) above, add them to Anki, and learn them via SRS: this is what I thought you originally wanted to do, and the text file I generated could be chopped up to be imported into Anki. But it sounds like you are more interested in non-SRS quizzing, since you already know the words?
Another general question: you're going to hand-write the kanji, right? So the quiz app wouldn't do any grading: you'd tell it "I got it" or "I didn't get it"?
Questions about #3: where would the English come from? Would you be satisfied with a dictionary lookup?
Also something to note is that MeCab's kanji-to-yomi or compound-finding is not 100% accurate. In Nayr's Core5000 deck, I count at least six sentences (out of five thousand) where MeCab processing was corrected by hand. ... Well, maybe it's not worth worrying about ~0.1% failures, but something to be aware of
What about this idea: if you paste in real text (rather than a dictionary), perhaps the quizzing app could use cloze-deletion? You see the surrounding few sentences, and have to fill in the blank, maybe with MeCab-derived kana as a hint, and no need for English. I can see that as being more engaging and less robotic than kana/Eng=>kanji. What do you think?