Giter VIP home page Giter VIP logo

cc-kedict's Introduction

cc-kedict: Creative Commons Korean-English Dictionary

CircleCI

This dictionary is available under the Creative Commons Attribution-ShareAlike (CC BY-SA 3.0) License.

Currently most of the dictionary data is based on English Wiktionary, but our plan is to improve it in terms of both coverage and content. Let me know if you are interested in contributing!

Data structure

The main dictionary file is kedict.yml. It is written in YAML, which is a friendly format both for humans and computers.

The entire dictionary is a huge list of associative arrays, where each array represents one entry of the dictionary. Each array has the following keys:

  • word (mandatory): the word surface form
  • pos (mandatory): part of speech. See pos.yml for the definition
  • defs (mandatory): list of definitions. Each definition contains def and examples fields.
  • romaja (optional): romanized form of the word. We use The Revised Romanization of Korean as the romanization system.
  • hanja (optional): hanja (Chinese character) form of the word, if any
  • conj (optional): conjugation table. Currently, this is a four-element array that contains formal non-polite, informal non-polite, informal polite, and formal polite forms.
  • notes (optional): grammar and usage notes
  • tags (optional): list of tags assigned to the entry
  • syns (optionsl): synonyms
  • ants (optional): antonyms
  • rels (optional): related words
  • cf (optional): "see also" words
  • ders (optional): derived terms

validate.py is a Python script that validates the format of kedict.yml, which requires PyYAML package to run. It shows Validation: PASSED if it succeeds in validatating the file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.