wikdict-gen
wikdict-gen copied to clipboard
Generation of bilingual dictionaries from Wiktionary/dbnary data for the WikDict project
WikDict dictionary generator
This generator extracts data from a Virtuoso database filled with dbnary data. Details on how to set up such a database can be found in the virtuoso directory. The extracted data is then used to generate WikDict dictionaries. These dictionaries main usage is at the WikDict website.
Usage
After setting up the Virtuoso database, run
git clone [email protected]:karlb/wikdict-gen.git
cd wikdict-gen
make
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.
Support
If you encounter problems when building or using dictionaries, please submit an issue or contact [email protected].