Hey HN, creator of Nihongo here! I spent a long time studying Japanese vocabulary using Anki, Flashcards Deluxe, etc., but I found that studying using premade word lists never worked that well for me. Nihongo is built around studying the words you're encountering naturally through your own hobbies and interests. Flashcard packs are automatically generated from the words that you look up in the built-in dictionary. Yo…
I'm also the author of a Japanese learning tool: https://github.com/mikekchar/jldrill I have some advice for you if you decide to use spaced repetition in your flashcards (not sure if you do already as I haven't had time to look in detail). JLDrill is mostly abandonware at the moment and is written in very poor Ruby ;-). I don't actually recommend that anyone use it. It was written for me. I think the pheonix branch…
- When you select a deck, you study words 10 at a time in "learn" mode.
-- In "learn" mode, you have to get the flashcard correct 3 times in a row, at which point they are "learned".
- Every day, you'll be given a set of cards you've learned to "review".
- These cards use a form of spaced repetition. In order to make spaced repetition more approachable, I don't use time intervals in the same way apps like Anki do. Instead, each card has a level, and as you progress through the levels, the interval at which they appear increases. Each level takes three steps to get through, each of which has its own interval.
-- Level 1: 1 day, 2 days, 3 days.
-- Level 2: 1 week, 2 weeks, 3 weeks
-- Level 3: 1 month, 2 months, 3 months
-- Level 4: 6 months, 9 months, 1 year
-- Level 5: Never show again
- If you mark a word wrong at Level 1, it drops down to Level 0, where it will keep showing up in that same session periodically until you've marked it correct enough to move it back to Level 1.
- Getting through your daily set of review cards is encouraged as being the most important thing, adding new cards is secondary.
- We don't want to discourage people from coming back, even if they got lazy and stopped studying for a month. So we never build up a huge pile of flashcards for people to review.
Give it a try if you have a chance, and if you have any thoughts/suggestions I'd love to hear them!