This generator extracts data from dbnary dumps, which it bulk-loads into an embedded pyoxigraph RDF store (no server or Docker required). The extracted data is then used to generate WikDict dictionaries. These dictionaries main usage is at the WikDict website.
git clone git@github.com:karlb/wikdict-gen.git
cd wikdict-gen
make download # fetch the dbnary dumps (into virtuoso/ttl/)
make # load them into the store and build the dictionaries
Use the resulting dictionaries in dictionaries/wdweb with wikdict-web, try a quick lookup using the search command like
src/run.py search de en haus
or use the dictionaries in dictionaries/generic for any other use case.
If you encounter problems when building or using dictionaries, please submit an issue or contact karl@karl.berlin.