All Projects → garfieldnate → kengdic

garfieldnate / kengdic

Licence: other
Joe Speigle's Korean/English dictionary database

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to kengdic

Vocabs
📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks.
Stars: ✭ 226 (+197.37%)
Mutual labels:  dictionary, english
FCH-TTS
A fast Text-to-Speech (TTS) model. Work well for English, Mandarin/Chinese, Japanese, Korean, Russian and Tibetan (so far). 快速语音合成模型,适用于英语、普通话/中文、日语、韩语、俄语和藏语(当前已测试)。
Stars: ✭ 154 (+102.63%)
Mutual labels:  english, korean
English-Persian-Word-Database
English Persian Word Database - Popular database extensions
Stars: ✭ 19 (-75%)
Mutual labels:  dictionary, english
Roenglishre
An unofficial english translation project for Korea Ragnarok Online (kRO).
Stars: ✭ 121 (+59.21%)
Mutual labels:  english, korean
TALPCo
TUFS Asian Language Parallel Corpus
Stars: ✭ 32 (-57.89%)
Mutual labels:  english, korean
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (-5.26%)
Mutual labels:  dictionary, english
Britfone
British English pronunciation dictionary
Stars: ✭ 66 (-13.16%)
Mutual labels:  dictionary, english
Google Ime Dictionary
日英変換・英語略語展開のための IME 追加辞書 📙 日本語から英語への和英変換や英語略語の展開を Google 日本語入力や ATOK などで可能にする IME 拡張辞書です
Stars: ✭ 30 (-60.53%)
Mutual labels:  dictionary, english
cmu-pronouncing-dictionary
The 134,000+ words and their pronunciations in the CMU pronouncing dictionary
Stars: ✭ 46 (-39.47%)
Mutual labels:  dictionary, english
jiten
jiten - japanese android/cli/web dictionary based on jmdict/kanjidic — 日本語 辞典 和英辞典 漢英字典 和独辞典 和蘭辞典
Stars: ✭ 64 (-15.79%)
Mutual labels:  dictionary, english
folket
Swedish–English dictionary for macOS (December 20, 2020)
Stars: ✭ 31 (-59.21%)
Mutual labels:  dictionary, english
tudien
Từ điển tiếng Việt dành cho Kindle
Stars: ✭ 38 (-50%)
Mutual labels:  dictionary, english
new-word-tab
A browser extension to learn a new word per new tab
Stars: ✭ 30 (-60.53%)
Mutual labels:  dictionary, english
syng
A free, open source, cross-platform, Chinese-To-English dictionary for desktops.
Stars: ✭ 108 (+42.11%)
Mutual labels:  dictionary, english
MyGoldenDict
My personal goldendict-dictionaries collection
Stars: ✭ 13 (-82.89%)
Mutual labels:  dictionary, english
gksdud
A tiny JavaScript utility that corrects miswritten Hangeul sentences like gksdud
Stars: ✭ 28 (-63.16%)
Mutual labels:  korean
EnglishText.jl
Utilities for English-language quirks in Julia
Stars: ✭ 12 (-84.21%)
Mutual labels:  english
lingose-notation
The best mnemonics and notational system of English words.
Stars: ✭ 17 (-77.63%)
Mutual labels:  english
amelia 2.0
An Artificial Intelligence Chat Bot and Service Provider written in Python and AIML.
Stars: ✭ 19 (-75%)
Mutual labels:  dictionary
jetbrains-polish-dictionary
Polish dictionary for JetBrains' IDEs
Stars: ✭ 63 (-17.11%)
Mutual labels:  dictionary

Kengdic

Kengdic is a large, open Korean/English dictionary database created by Joe Speigle. It was originally hosted by Joe at ezcorean.com.

The bulk of the usable data is in kengdic_2011.tsv. The raw directory contains data which still needs to be examined. The scripts directory contains some automated QA checks for the data; these are run whenever a change is made in this repository.

Contributors

The dictionary data is still quite dirty, and contributions are very welcome. Some ways you can help:

  • Fix some of the issues which have been automatically flagged. The list of these issues is available on the repository website: http://garfieldnate.github.io/kengdic/.

  • Check existing entries for correctness (흰색 means white, not gray, "the m prophets", lowercase "british", etc.)

  • Add new entries

  • Assess the current coverage. Are we missing any particularly basic words, or words related to any specific subject?

  • Fix grammatical, spelling or formatting issues

  • Help come up with editorial and style guidelines.

  • Come up with new automatic checks we can run on the dictionary to find possible issues (see scripts/lint.py).

By contributing data, you release it under the same license terms as Kengdic itself (see below).

Example Datapackage Usage

We've provided a datapackage.json for convenience. To retrieve and load the data in python:

  • pip install datapackage
    $ python
    >>> from datapackage import Package
    >>> package = Package('https://raw.githubusercontent.com/garfieldnate/kengdic/master/datapackage.json')
    >>> resource = package.get_resource('kengdic')
    >>> data = resource.read(keyed=True)
    >>> data[20977]
    {'id': 20978, 'surface': '급조', 'hanja': '急造', 'gloss': None, 'level': None, 'created': datetime.datetime(2009, 1, 1, 20, 23, 14), 'source': 'mr.hanja-213889@ezcorean:213889'}

License

The Kengdic data is released under dual licenses: users may choose to use MPL 2.0 or the LGPL, version 2.0 or later.

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