-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about the Anki learning scheme #7
Comments
Hello! I'm not sure what you mean with it being full. About the library part, while I'm a bit busy developing this and looking for a rust job, I suppose it wouldn't be that hard since that single file does most what you need already. Anyway, you could read through it and tell me your thoughts |
Well as I see you don't use the Anki learning scheme ( repetition algorithm )? Point me to the code if im wrong. This is the part that im also missing in my app. I also don't have time for the library right now. The idea I have is if one of two of us starts to work on the full support for Anki learning scheme, then to do this as a rust crate, for easier use in other programs / easier to contribute |
ah, I thought you were only referring to the database. About the repetition algorithm, I didn't base it on anything existing, I just made my own super basic version. I'm planning to use machine learning eventually so I'm not going to spend time hand-tuning the algorithm just to scrap it away later anyway. You can find the algorithm in src/utils/interval.rs so about the library, you mean basically an sm-2 algorithm? |
Thats what i thought, thats what im also planning... I would like to avoid that and make full Anki support The one that Anki uses, with integration with the anki database oob, yes |
I realise that neither Speki nor Sanki are written in Python, but I was looking to create terminal based spaced repetition software a while ago (which I never got around to) and came across a library called ebisu that at first glance looked promising. Just thought I'd leave a note here in case it's of any use to either of you. |
Hello
How does this app support the Anki database, learning scheme? is it full? what resources did you use to reverse engineer it?
im the developer of sanki and im interested to develop this in my own app
Maybe we could write a library in rust to handle Anki backend?
Im open for discussion and collaboration
The text was updated successfully, but these errors were encountered: