Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karlb/wikdict-gen

Generation of bilingual dictionaries from Wiktionary/dbnary data for the WikDict project
https://github.com/karlb/wikdict-gen

dictionary free freedict open-data sparql sqlite tei translation wiktionary

Last synced: about 3 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](virtuoso). The extracted data is then used to generate WikDict
dictionaries. These dictionaries main usage is at the [WikDict
website][wikdict.com].

[dbnary]: http://kaiko.getalp.org/about-dbnary/
[wikdict.com]: http://www.wikdict.com

# 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.

[wikdict-web]: https://github.com/karlb/wikdict-web

# Support

If you encounter problems when building or using dictionaries, please [submit an issue](https://github.com/karlb/wikdict-web/issues) or contact [[email protected]](mailto:[email protected]).