Skip to content
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

Add support for Anki (output format) #7

Open
humenda opened this issue Apr 3, 2018 · 4 comments
Open

Add support for Anki (output format) #7

humenda opened this issue Apr 3, 2018 · 4 comments

Comments

@humenda
Copy link
Member

humenda commented Apr 3, 2018

Anki is a program to help memorising translations using flash cards. These could be auto-generated from FD dictionaries.
The project is at https://apps.ankiweb.net/

There are free and open versions both for desktop computers and Android.

@micha137
Copy link
Member

micha137 commented Apr 5, 2018

Found format description. Apparently, .apkg files are zipped sqlite databases.

@karlb
Copy link
Member

karlb commented Apr 7, 2018

I've created anki decks by uploading a csv on their website. So some CSV->anki converter must already exist.

When creating the decks, I found a rough importance rating very valuable. Is there already some consensus on how to encode importance or usage frequency information in our dictionaries?

@karlb
Copy link
Member

karlb commented Nov 3, 2018

The two most promising ways to automate Anki to import and publish new decks seem to be

  1. https://foosoft.net/projects/anki-connect/
  2. https://github.com/patarapolw/ankisync

@karlb
Copy link
Member

karlb commented Nov 4, 2018

See https://github.com/freedict/tools/tree/master for the current state of an implementation using ankisync.

Todo:

  • Decide which data should go into each flash card
  • Choose sensible subset of entries for anki deck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants