These scripts convert Tatoeba dumps into a SQLite db and raw text.
- Download these tar.bz2 archives from https://tatoeba.org/eng/downloads (
sentences.tar.bz2
is the only required, if you don't use other information) - Run
python3 tatoeba2db.py
- If you want to get raw text, run
getsingle.py
orgetparallel.py