I’ve added new files that include all the forms (including participles) of λύω. Also I’ve added reverse files for both nouns and verbs.
This is, of course, an attempt to solve my (ir?)rational hatred of grammar tables. Memorizing all of the tenses of a verb at once seems suboptimal. I think that the one-at-a-time method is much more useful.
You probably want to change your font to “menlo” for the verb flash cards, in the style section under the “Cards” button in the browse deck page.
I have my noun deck set to 100 cards a day, random order. I’m going to try the same with verbs, but will probably adjust the initial number of cards per day.
If you’re just learning, don’t use the whole deck. Start with just the part that you’re working on (like aorist verbs, for example).
Also, it’s important not to quiz yourself on too many things at once. A single card should always take under 10 seconds. For instance you could create your first verb deck and call it “verb voices.” Then just quiz yourself on “Is this verb active / middle / passive?” Once you’ve mastered that, create a new deck. With nouns, try to just come up with the gender, or the article, or the nominative, rather than making yourself responsible for everything the first time through. It will be faster to learn everything separately than to do them all at once. And eventually you will will develop enough mastery that you will be able to do everything at once, rapidly.
Learn the nouns.txt and verbs.txt decks before tying the reverse.
Key to verb terms (there are cool unicode characters in here if you look at the code but Textkit does not like them). If you have any suggestions (especially around verb tenses), please let me know.
REPRESENTATIONS = {'imperfect': '(παρατατικός) ---- |',
'present': '(ἐνεστὼς χρόνος) --|--',
'future': '(μέλλων) | -<br>| -----',
'perfect': '(παρακείμενος χρόνος) ----|',
'pluperfect': '(υπερσυντελικὸς χρόνος) ----X |',
'aorist': '(ἀορίστος χρόνος) - |',
'future perfect': '(τετελέσμενος μέλλων) | ---- X',
'indicative': '(ὁριστηκὴ ἔνκλισις)',
'imperative': '(προστακτικὴ ἔνκλισις)',
'subjunctive': '(ὑποτακτικὴ ἔνκλισις) ἄν',
'optative': '(εὐτικὴ ἔνκλισις) εἰ',
'1st': '(πρῶτον πρόσωπον) ἐγώ',
'2nd': '(δεύτερον πρόσωπον) σύ',
'3rd': '(τρίτον πρόσωπον) ἐκείνω',
'2nd dual': '(δεύτερον δυϊκον πρόσωπον) σφώ',
'3rd dual': '(τρίτον δυϊκον πρόσωπον)',
'1st plural': 'ἡμεῖς',
'2nd plural': 'ὑμεῖς',
'3rd plural': 'σφεῖς',
'infinitive': '(ἀπαρεμφάτος ἔγκλισις) ∞',
'active': '(ἐνεργετικός)',
'middle': '(μέσος)',
'passive': '(παθητικός)'
}