(I forgot to mention: I am using grade 0 from time to time, but the learning results are still bad)
Well, I found this discussion: https://groups.google.com/forum/#!topic/mnemosyne-proj-users/iKToBOz0B7Y And I tried to "... unpack C:\program files (x86)\Mnemosyne\library.zip, edit the files and recompress in a new library.zip" The change is that when forgetting a card, the easiness will be reduced by 0.4 elif card.grade in [2, 3, 4, 5] and new_grade in [0, 1]: # In the retention phase and dropping back to the # acquisition phase. card.ret_reps += 1 card.lapses += 1 card.acq_reps_since_lapse = 0 card.ret_reps_since_lapse = 0 new_interval = 0 card.easiness -= 0.4 However, the library.zip contains .pyo files, not .py (I'm using Windows 7) So I downloaded Mnemosyne-2.3.6.tar.gz from sourceforge.net, I found the SM2_mnemosyne.py and applied the changes. How do I turn it into .pyo so that I can replace the file in the library? ( When trying to compile it I get this error: E:\Dokumente\Mnemosyne-2.3.6\mnemosyne\libmnemosyne\schedulers>python -O SM2_mnemosyne.py Traceback (most recent call last): File "SM2_mnemosyne.py", line 10, in <module> from mnemosyne.libmnemosyne.translator import _ ImportError: No module named mnemosyne.libmnemosyne.translator ) -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/b4ae510f-b442-4d10-9c25-226a364cbf8a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
