Enhance README
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ YAML Schema
|
|
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
|
@@ -37,12 +37,12 @@ YAML Schema
|
|
37 |
> - (adv.) because
|
38 |
> ```
|
39 |
>
|
40 |
-
>
|
41 |
>
|
42 |
> ![error loading example.png](./example.png)
|
43 |
>
|
44 |
-
>
|
45 |
-
>
|
46 |
|
47 |
### [German](./german.yaml)
|
48 |
|
|
|
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 German words
|
22 |
>
|
23 |
> ```yaml
|
24 |
> - term: denn
|
|
|
37 |
> - (adv.) because
|
38 |
> ```
|
39 |
>
|
40 |
+
> can mean "because" acting as different types. This is visualized as follows:
|
41 |
>
|
42 |
> ![error loading example.png](./example.png)
|
43 |
>
|
44 |
+
> __Visualzing synonyms this way presents a big advantage to human brain__ who is exceedingly good at memorizing
|
45 |
+
> patterns
|
46 |
|
47 |
### [German](./german.yaml)
|
48 |
|