Enhance README
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ Wilhelm Vocabulary
|
|
5 |
![GitHub workflow status badge][GitHub workflow status]
|
6 |
[![Apache License Badge]](https://www.apache.org/licenses/LICENSE-2.0)
|
7 |
|
8 |
-
The data that serves [wilhelmlang.com](https://wilhelmlang.com/).
|
9 |
|
10 |
1. it is machine-readable so that it can be consumed quickly in data pipelines
|
11 |
2. it is human-readable and, thus, easy to modify
|
@@ -26,15 +26,27 @@ vocabulary:
|
|
26 |
|
27 |
### Korean
|
28 |
|
29 |
-
|
|
|
|
|
|
|
|
|
30 |
|
31 |
### Ancient Greek
|
32 |
|
33 |
-
|
|
|
|
|
|
|
|
|
34 |
|
35 |
### Latin
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
38 |
|
39 |
License
|
40 |
-------
|
|
|
5 |
![GitHub workflow status badge][GitHub workflow status]
|
6 |
[![Apache License Badge]](https://www.apache.org/licenses/LICENSE-2.0)
|
7 |
|
8 |
+
The data that serves [wilhelmlang.com](https://wilhelmlang.com/). They are written in YAML format, because
|
9 |
|
10 |
1. it is machine-readable so that it can be consumed quickly in data pipelines
|
11 |
2. it is human-readable and, thus, easy to modify
|
|
|
26 |
|
27 |
### Korean
|
28 |
|
29 |
+
```yaml
|
30 |
+
vocabulary:
|
31 |
+
- term: string
|
32 |
+
definition: list
|
33 |
+
```
|
34 |
|
35 |
### Ancient Greek
|
36 |
|
37 |
+
```yaml
|
38 |
+
vocabulary:
|
39 |
+
- term: string
|
40 |
+
definition: list
|
41 |
+
```
|
42 |
|
43 |
### Latin
|
44 |
|
45 |
+
```yaml
|
46 |
+
vocabulary:
|
47 |
+
- term: string
|
48 |
+
definition: list
|
49 |
+
```
|
50 |
|
51 |
License
|
52 |
-------
|