QubitPi commited on
Commit
6dd92f3
1 Parent(s): 73008e4

Add documentatin to German vocabulary

Browse files
Files changed (2) hide show
  1. README.md +25 -1
  2. german.yaml +19 -0
README.md CHANGED
@@ -24,8 +24,32 @@ vocabulary:
24
  declension/conjugation: string
25
  ```
26
 
27
- where the `conjugation` is the inflection paradigm for a German verb and `declension` the inflection for nouns and
28
  adjectives. Only one of the two is present for a term.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ### [Korean](./korean.yaml)
31
 
 
24
  declension/conjugation: string
25
  ```
26
 
27
+ - The `conjugation` is the inflection paradigm for a German verb and `declension` the inflection for nouns and
28
  adjectives. Only one of the two is present for a term.
29
+ - The type of the word can be inferred using the following rule
30
+
31
+ - `term` with a _definite article_ of "der"/"die"/"das" and a field of `plural` that comes with it signifies a
32
+ __noun__
33
+ - Those with `conjugation` field denotes a __verb__; its definition also begins with "to ..."
34
+ - The rests are explicitly stated in the `definition` field. For example,
35
+
36
+ ```yaml
37
+ - term: ob
38
+ definition:
39
+ - (conj.) if
40
+ - (conj.) whether
41
+ ```
42
+
43
+ means "ob" is a **conjunction** in this case
44
+
45
+ ```yaml
46
+ - term: denn
47
+ definition:
48
+ - (adv.) then, thus
49
+ - (conj.) because
50
+ ```
51
+
52
+ tells that "denn" can be both an __adverb__ or __conjunction__
53
 
54
  ### [Korean](./korean.yaml)
55
 
german.yaml CHANGED
@@ -774,6 +774,11 @@ vocabulary:
774
  definition:
775
  - (adv.) on the right
776
  - (adv.) to the right
 
 
 
 
 
777
  - term: die Erfahrung
778
  definition: experience
779
  - term: der Verletzter
@@ -949,6 +954,20 @@ vocabulary:
949
  declension: https://en.wiktionary.org/wiki/Ergebnis#Declension
950
  - term: führt zu keinem Ergebnis
951
  definition: leads to no result
 
 
 
 
 
 
 
 
 
 
 
 
 
 
952
  - term: rein
953
  definition: pure
954
  - term: die Vernunft
 
774
  definition:
775
  - (adv.) on the right
776
  - (adv.) to the right
777
+ - term: da
778
+ definition:
779
+ - (local) there; here
780
+ - (temporal) then
781
+ - (temporal) at that moment
782
  - term: die Erfahrung
783
  definition: experience
784
  - term: der Verletzter
 
954
  declension: https://en.wiktionary.org/wiki/Ergebnis#Declension
955
  - term: führt zu keinem Ergebnis
956
  definition: leads to no result
957
+ - term: ob
958
+ definition:
959
+ - (conj.) if
960
+ - (conj.) whether
961
+ - term: wenn
962
+ definition:
963
+ - (conj.) when
964
+ - (conj.) if
965
+ - term: einwirken
966
+ definition: to affect
967
+ conjugation: https://en.wiktionary.org/wiki/einwirken#Conjugation
968
+ - term: können
969
+ definition: to be able to
970
+ conjugation: https://en.wiktionary.org/wiki/k%C3%B6nnen#Conjugation
971
  - term: rein
972
  definition: pure
973
  - term: die Vernunft