File size: 574 Bytes
3020fbf
 
 
b793b5b
 
 
 
 
3020fbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Wilhelm Vocabulary
==================

The data that serves [wilhelmlang.com](https://wilhelmlang.com/). The data is 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

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

### Korean

TBA

### Ancient Greek

TBA

### Latin

TBA