Downloads

WikDict's mission is to bring you dictionaries that can be freely used, copied and modified without limiting you to using this web site. Therefore, you can download the dictionaries in different formats and use them according to the Creative Commons BY-SA license.

Please request new formats by creating a GitHub issue, or just ask by e-mail.

For End Users

StarDict

The dictionaries in StarDict format can be used with a wide variety of different dictionary applications, e.g.:

Kobo E-Readers

After downloading dictionaries for Kobo e-readers, connect your e-reader to your PC and copy the zip file(s) to the .kobo/dict/ folder on your device. Then disconnect the device and enjoy the new dictionaries!

For Developers

Apart from the end user oriented dictionaries, the raw information is also available in machine readable formats. Use these to create new applications, language analyses or exports to currently unsupported formats. The data is exported in two different formats:

SQLite Databases

This is the native format used by WikDict. These databases contain all information available on the website and all other formats are created by converting from this format. Use the sqlite3 command line tool or one of the many other database tools with SQLite support to interact with the data.

The data is split up into separate databases, a pair of databases for each language pair (one per direction, mostly containing translation) and one database per language (containing basic information about words, e.g. part of speech, inflections).

To query across multiple databases, use the ATTACH DATABASE command.

TEI P5 (XML)

If you like XML or come from the linguistic community, you may prefer these XML files encoded in TEI P5. Each language pair has two XML files, one for each translation direction.