QubitPi commited on
Commit
531a63f
1 Parent(s): 29547b4

Initiate declension/conjugation table

Browse files
Files changed (2) hide show
  1. README.md +26 -0
  2. german.yaml +8 -0
README.md CHANGED
@@ -82,6 +82,32 @@ vocabulary:
82
 
83
  tells that "denn" can be __adverb__ or __conjunction__
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  ### [Korean](./korean.yaml)
86
 
87
  中国人学习韩语有先天优势,加之韩语本身也是一门相当简单的语言, 所以这里将语法和词汇合并在一起;
 
82
 
83
  tells that "denn" can be __adverb__ or __conjunction__
84
 
85
+ - The declension/conjugation table employees an
86
+ [application-specific YAML](https://stackoverflow.com/q/30894438/14312712) that looks like the following:
87
+
88
+ ```yaml
89
+ - term: ein
90
+ definition: (article) a, an
91
+ declension:
92
+ - [- , masculine, feminine, neuter, plural]
93
+ - [nominative, ein, eine, ein, - ]
94
+ - [genitive, eines, einer, eines, - ]
95
+ - [dative, einem, einer, einem, - ]
96
+ - [accusative, einen, eine, ein, - ]
97
+ ```
98
+
99
+ The declension table is equivalent to
100
+
101
+ | | masculine | feminine | neuter | plural |
102
+ |------------|-----------|----------|--------|--------|
103
+ | nominative | ein | eine | ein | - |
104
+ | genitive | eines | einer | eines | - |
105
+ | dative | einem | einer | einem | - |
106
+ | accusative | einen | eine | ein | - |
107
+
108
+ The declension/conjugation tables for all vocabularies are sourced from
109
+ [Wiktionary](https://en.wiktionary.org/wiki/ein#Declension_2)
110
+
111
  ### [Korean](./korean.yaml)
112
 
113
  中国人学习韩语有先天优势,加之韩语本身也是一门相当简单的语言, 所以这里将语法和词汇合并在一起;
german.yaml CHANGED
@@ -3,6 +3,14 @@ vocabulary:
3
  definition: 0
4
  - term: eins
5
  definition: 1
 
 
 
 
 
 
 
 
6
  - term: zwei
7
  definition: 2
8
  - term: drei
 
3
  definition: 0
4
  - term: eins
5
  definition: 1
6
+ - term: ein
7
+ definition: (article) a, an
8
+ declension:
9
+ - [- , masculine, feminine, neuter, plural]
10
+ - [nominative, ein, eine, ein, - ]
11
+ - [genitive, eines, einer, eines, - ]
12
+ - [dative, einem, einer, einem, - ]
13
+ - [accusative, einen, eine, ein, - ]
14
  - term: zwei
15
  definition: 2
16
  - term: drei