This can potentially work with any language, but i made it for 🇸🇪.
I generated two decks already for SV/DE and SV/EN pairs, more pairs can be generated with the python scripts in the script
directory. For the pre-made decks open the data
directory and select the respective language.
- Get dependencies from pip
$ pip install genanki
$ pip install stanza
- Download the language model in python
import stanza; stanza.download('sv')
- Get sentence pair data from tatoeba. Select Swedish + target language.
- Make subfolder in
data
directory and move your download there. - Edit
script/make.py
and run.