QubitPi commited on
Commit
3825c5b
1 Parent(s): 084f536

Enhance README

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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
- > are linked to "because" visually as follows:
41
  >
42
  > ![error loading example.png](./example.png)
43
  >
44
- > which says both "denn" and "nämlich" can mean "because" when the former acts as a _conjunction_ while the latter goes
45
- > as an _adverb_. __Visualzing synonyms gives human brain a big advantage on learning a language__
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