All Projects → karlb → wikdict-gen

karlb / wikdict-gen

Licence: MIT license
Generation of bilingual dictionaries from Wiktionary/dbnary data for the WikDict project

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to wikdict-gen

dw-jdbc
JDBC driver for data.world
Stars: ✭ 17 (-46.87%)
Mutual labels:  sparql, open-data
etymology-db
An open etymology dataset created using Wiktionary data. Contains 3.8M entries, 1.8M terms, 2900 languages, and 31 unique relationship types.
Stars: ✭ 20 (-37.5%)
Mutual labels:  open-data, wiktionary
CSV2RDF
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
Stars: ✭ 48 (+50%)
Mutual labels:  sparql, open-data
quick-lookup
Simple GTK dictionary application powered by Wiktionary
Stars: ✭ 57 (+78.13%)
Mutual labels:  dictionary, wiktionary
Spell4Wiki
Spell4Wiki is a mobile application to record and upload audio for Wiktionary words to Wikimedia commons. Also act as a Wiki-Dictionary.
Stars: ✭ 17 (-46.87%)
Mutual labels:  dictionary, wiktionary
AzurLaneAPI
[Project dropped] was a free (Unofficial) Azur Lane API
Stars: ✭ 12 (-62.5%)
Mutual labels:  free
Archived-SANSA-Query
SANSA Query Layer
Stars: ✭ 31 (-3.12%)
Mutual labels:  sparql
qp-arduino
QP real-time embedded frameworks/RTOS for Arduino (AVR and SAM)
Stars: ✭ 37 (+15.63%)
Mutual labels:  free
brush
An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.
Stars: ✭ 23 (-28.12%)
Mutual labels:  free
dashmap.io
DashMap is an open source web platform that gathers, analyses and visualises urban data.
Stars: ✭ 36 (+12.5%)
Mutual labels:  open-data
whyqd
data wrangling simplicity, complete audit transparency, and at speed
Stars: ✭ 16 (-50%)
Mutual labels:  open-data
dictionary
Project that tries to help you learn English.📕
Stars: ✭ 28 (-12.5%)
Mutual labels:  dictionary
trusat-frontend
The React codebase for space-sustainability tool TruSat
Stars: ✭ 31 (-3.12%)
Mutual labels:  open-data
events
Materials related to events I might attend, and to talks I am giving
Stars: ✭ 22 (-31.25%)
Mutual labels:  open-data
small-sh
Um encurtador de URL's gratuito e Open source. Torne suas URL's um tanto pequenas forma rápida e gratuita
Stars: ✭ 30 (-6.25%)
Mutual labels:  free
programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
Stars: ✭ 60 (+87.5%)
Mutual labels:  dictionary
SilentETHMiner
A Silent (Hidden) Ethereum (ETH & ETC) Miner Builder
Stars: ✭ 219 (+584.38%)
Mutual labels:  free
mySequelWeb
MySequel Web is an open source web based GUI tool to access your MySql database. It is similar to PHP My Admin of WAMP. Here you can access any MySQL database with proper connection strings. We do not save or store any of your connection strings or data. Every thing related to your connection strings are volatile. You can host this as a simple n…
Stars: ✭ 26 (-18.75%)
Mutual labels:  free
zanime
Android app to watch anime vod online for free
Stars: ✭ 52 (+62.5%)
Mutual labels:  free
klog
KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
Stars: ✭ 31 (-3.12%)
Mutual labels:  free

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].