tools icon indicating copy to clipboard operation
tools copied to clipboard

Add support for Anki (output format)

Open humenda opened this issue 6 years ago • 4 comments

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.

humenda avatar Apr 03 '18 13:04 humenda

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

micha137 avatar Apr 05 '18 08:04 micha137

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 avatar Apr 07 '18 14:04 karlb

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 avatar Nov 03 '18 18:11 karlb

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

karlb avatar Nov 04 '18 12:11 karlb