Add example
Browse files- README.md +23 -1
- example.png +0 -0
- german.yaml +2 -2
README.md
CHANGED
@@ -15,9 +15,31 @@ YAML Schema
|
|
15 |
-----------
|
16 |
|
17 |
> [!TIP]
|
|
|
18 |
> The parenthesized value at the beginning of each `definition` item played an un-ignorable role: it is the label of the
|
19 |
> relationship between `term` and `defintion` in graph database loaded by
|
20 |
-
> [Wilhelm SDK](https://github.com/QubitPi/wilhelm-graphdb-python)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
### [German](./german.yaml)
|
23 |
|
|
|
15 |
-----------
|
16 |
|
17 |
> [!TIP]
|
18 |
+
>
|
19 |
> The parenthesized value at the beginning of each `definition` item played an un-ignorable role: it is the label of the
|
20 |
> relationship between `term` and `defintion` in graph database loaded by
|
21 |
+
> [Wilhelm SDK](https://github.com/QubitPi/wilhelm-graphdb-python). For example, both
|
22 |
+
>
|
23 |
+
> ```yaml
|
24 |
+
> - term: denn
|
25 |
+
> definition:
|
26 |
+
> - (adv.) then, thus
|
27 |
+
> - (conj.) because
|
28 |
+
> ```
|
29 |
+
>
|
30 |
+
> and
|
31 |
+
>
|
32 |
+
> ```yaml
|
33 |
+
> - term: nämlich
|
34 |
+
> definition:
|
35 |
+
> - (adj.) same
|
36 |
+
> - (adv.) namely
|
37 |
+
> - (adv.) because
|
38 |
+
> ```
|
39 |
+
>
|
40 |
+
> are linked to "because" visually as follows:
|
41 |
+
>
|
42 |
+
> ![error loading example.png](./example.png)
|
43 |
|
44 |
### [German](./german.yaml)
|
45 |
|
example.png
ADDED
german.yaml
CHANGED
@@ -747,8 +747,8 @@ vocabulary:
|
|
747 |
- term: nämlich
|
748 |
definition:
|
749 |
- (adj.) same
|
750 |
-
- (adv.
|
751 |
-
- (adv.
|
752 |
declension: https://en.wiktionary.org/wiki/n%C3%A4mlich#Declension
|
753 |
- term: na klar
|
754 |
definition: of course
|
|
|
747 |
- term: nämlich
|
748 |
definition:
|
749 |
- (adj.) same
|
750 |
+
- (adv.) namely
|
751 |
+
- (adv.) because
|
752 |
declension: https://en.wiktionary.org/wiki/n%C3%A4mlich#Declension
|
753 |
- term: na klar
|
754 |
definition: of course
|