Skip to content

karlb/wikdict-gen

Repository files navigation

WikDict dictionary generator

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.

Usage

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.

Support

If you encounter problems when building or using dictionaries, please submit an issue or contact karl@karl.berlin.

About

Generation of bilingual dictionaries from Wiktionary/dbnary data for the WikDict project

Topics

Resources

License

Stars

64 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors