Enhance README (#4)
Browse files- README.md +22 -50
- german.yaml +5 -12
README.md
CHANGED
@@ -20,15 +20,16 @@ To encode the inflections which are common in most Indo-European languages, an
|
|
20 |
throughout this repository:
|
21 |
|
22 |
```yaml
|
23 |
-
- term: der
|
24 |
-
definition:
|
|
|
|
|
25 |
declension:
|
26 |
-
- ["", singular,
|
27 |
-
- [
|
28 |
-
- [
|
29 |
-
- [
|
30 |
-
- [
|
31 |
-
- [accusative, einen, den, Kaufmann, die, "Kaufmänner, Kaufleute" ]
|
32 |
```
|
33 |
|
34 |
> [!NOTE]
|
@@ -39,52 +40,31 @@ throughout this repository:
|
|
39 |
|
40 |
The declension (inflection) table above is equivalent to
|
41 |
|
42 |
-
<table><
|
43 |
-
<tr>
|
44 |
-
<th></th>
|
45 |
-
<th colspan="3">singular</th>
|
46 |
-
<th colspan="2">plural</th>
|
47 |
-
</tr></thead>
|
48 |
-
<tbody>
|
49 |
<tr>
|
50 |
<td></td>
|
51 |
-
<td>
|
52 |
-
<td>
|
53 |
-
<td>noun</td>
|
54 |
-
<td>def.</td>
|
55 |
-
<td>noun</td>
|
56 |
</tr>
|
57 |
<tr>
|
58 |
<td>nominative</td>
|
59 |
-
<td>
|
60 |
-
<td>
|
61 |
-
<td>Kaufmann</td>
|
62 |
-
<td>die</td>
|
63 |
-
<td>Kaufmänner, Kaufleute</td>
|
64 |
</tr>
|
65 |
<tr>
|
66 |
<td>genitive</td>
|
67 |
-
<td>
|
68 |
-
<td>
|
69 |
-
<td>Kaufmannes, Kaufmanns</td>
|
70 |
-
<td>der</td>
|
71 |
-
<td>Kaufmänner, Kaufleute</td>
|
72 |
</tr>
|
73 |
<tr>
|
74 |
<td>dative</td>
|
75 |
-
<td>
|
76 |
-
<td>
|
77 |
-
<td>Kaufmann</td>
|
78 |
-
<td>den</td>
|
79 |
-
<td>Kaufmännern, Kaufleuten</td>
|
80 |
</tr>
|
81 |
<tr>
|
82 |
<td>accusative</td>
|
83 |
-
<td>
|
84 |
-
<td>
|
85 |
-
<td>Kaufmann</td>
|
86 |
-
<td>die</td>
|
87 |
-
<td>Kaufmänner, Kaufleute</td>
|
88 |
</tr>
|
89 |
</tbody>
|
90 |
</table>
|
@@ -153,17 +133,9 @@ the German noun "[Ecke](https://en.wiktionary.org/wiki/Ecke#Noun)" has at least
|
|
153 |
> __Visualzing synonyms this way presents a big advantage to human brain__ who is exceedingly good at memorizing
|
154 |
> patterns
|
155 |
|
156 |
-
###
|
157 |
-
|
158 |
-
Indo-European languages are mostly inflected. The way inflections are encoded are documented for each language
|
159 |
-
separately:
|
160 |
-
|
161 |
-
- [German declension](#german-declension)
|
162 |
-
- [German conjugation](#german-conjugation)
|
163 |
-
- [Ancient Greek declension](#greek-declension)
|
164 |
-
- [Ancient Greek conjugation](#greek-conjugation)
|
165 |
|
166 |
-
|
167 |
|
168 |
- Search for a vocabulary with all its links:
|
169 |
|
|
|
20 |
throughout this repository:
|
21 |
|
22 |
```yaml
|
23 |
+
- term: der Gegenstand
|
24 |
+
definition:
|
25 |
+
- object
|
26 |
+
- thing
|
27 |
declension:
|
28 |
+
- ["", singular, plural ]
|
29 |
+
- [nominative, Gegenstand, Gegenstände ]
|
30 |
+
- [genitive, "Gegenstandes, Gegenstands", Gegenstände ]
|
31 |
+
- [dative, Gegenstand, Gegenständen]
|
32 |
+
- [accusative, Gegenstand, Gegenstände ]
|
|
|
33 |
```
|
34 |
|
35 |
> [!NOTE]
|
|
|
40 |
|
41 |
The declension (inflection) table above is equivalent to
|
42 |
|
43 |
+
<table><tbody>
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
<tr>
|
45 |
<td></td>
|
46 |
+
<td>singular</td>
|
47 |
+
<td>plural</td>
|
|
|
|
|
|
|
48 |
</tr>
|
49 |
<tr>
|
50 |
<td>nominative</td>
|
51 |
+
<td>Gegenstand</td>
|
52 |
+
<td>Gegenstände</td>
|
|
|
|
|
|
|
53 |
</tr>
|
54 |
<tr>
|
55 |
<td>genitive</td>
|
56 |
+
<td>Gegenstandes, Gegenstands</td>
|
57 |
+
<td>Gegenstände</td>
|
|
|
|
|
|
|
58 |
</tr>
|
59 |
<tr>
|
60 |
<td>dative</td>
|
61 |
+
<td>Gegenstand</td>
|
62 |
+
<td>Gegenständen</td>
|
|
|
|
|
|
|
63 |
</tr>
|
64 |
<tr>
|
65 |
<td>accusative</td>
|
66 |
+
<td>Gegenstand</td>
|
67 |
+
<td>Gegenstände</td>
|
|
|
|
|
|
|
68 |
</tr>
|
69 |
</tbody>
|
70 |
</table>
|
|
|
133 |
> __Visualzing synonyms this way presents a big advantage to human brain__ who is exceedingly good at memorizing
|
134 |
> patterns
|
135 |
|
136 |
+
### Docker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
+
More details TBA.
|
139 |
|
140 |
- Search for a vocabulary with all its links:
|
141 |
|
german.yaml
CHANGED
@@ -2433,18 +2433,11 @@ vocabulary:
|
|
2433 |
- term: selber
|
2434 |
definition: (pron.) the same
|
2435 |
declension:
|
2436 |
-
|
2437 |
-
|
2438 |
-
|
2439 |
-
|
2440 |
-
|
2441 |
-
- [accusative, selben, selbe, selbes, selbe ]
|
2442 |
-
weak declension (with definite article):
|
2443 |
-
- ["", masculine, feminine, neuter, plural]
|
2444 |
-
- [nominative, selbe, selbe, selbe, selben]
|
2445 |
-
- [genitive, selben, selben, selben, selben]
|
2446 |
-
- [dative, selben, selben, selben, selben]
|
2447 |
-
- [accusative, selben, selbe, selbe, selben]
|
2448 |
- term: unmittelbar
|
2449 |
definition:
|
2450 |
- immediate
|
|
|
2433 |
- term: selber
|
2434 |
definition: (pron.) the same
|
2435 |
declension:
|
2436 |
+
- [ "", m. (w/o article), f. (w/o article), n. (w/o article), plural (w/o article), m. (w/ def. article), f. (w/ def. article), n. (w/ def. article), plural (w/ def. article) ]
|
2437 |
+
- [ nominative, selber, selbe, selbes, selbe , selbe, selbe, selbe, selben ]
|
2438 |
+
- [ genitive, selbes, selber, selbes, selber, selben, selben, selben, selben ]
|
2439 |
+
- [ dative, selbem, selber, selbem, selben, selben, selben, selben, selben ]
|
2440 |
+
- [ accusative, selben, selbe, selbes, selbe , selben, selbe, selbe, selben ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2441 |
- term: unmittelbar
|
2442 |
definition:
|
2443 |
- immediate
|