wilhelm-vocabulary / README.md
QubitPi's picture
Enhance README
2f00243 verified
|
raw
history blame
1.55 kB

Wilhelm Vocabulary

GitHub last commit badge GitHub workflow status badge Apache License Badge

The data that serves wilhelmlang.com. They are written in YAML format, because

  1. it is machine-readable so that it can be consumed quickly in data pipelines
  2. it is human-readable and, thus, easy to modify
  3. it supports multi-lines value which is very handy for data of natural languages

YAML Schema

Geraman

vocabulary:
  - term: string
    definition: list
    plural: string
    declension/conjugation: string

Korean

vocabulary:
  - term: string
    definition: list

Ancient Greek

vocabulary:
  - term: string
    definition: list

Latin

vocabulary:
  - term: string
    definition: list

License

The use and distribution terms for wilhelm-vocabulary are covered by the Apache License, Version 2.0.