QubitPi commited on
Commit
ae80ae7
1 Parent(s): 9a1956a
Files changed (1) hide show
  1. README.md +14 -16
README.md CHANGED
@@ -5,16 +5,14 @@ Wilhelm Vocabulary
5
  ![GitHub workflow status badge][GitHub workflow status]
6
  [![Apache License Badge]](https://www.apache.org/licenses/LICENSE-2.0)
7
 
8
- <!-- TOC -->
9
- * [Wilhelm Vocabulary](#wilhelm-vocabulary)
10
- * [YAML Schema](#yaml-schema)
11
- * [German](#german)
12
- * [Korean](#korean)
13
- * [Classical Hebrew (Coming Soon)](#classical-hebrew-coming-soon)
14
- * [Ancient Greek](#ancient-greek)
15
- * [Latin](#latin)
16
- * [License](#license)
17
- <!-- TOC -->
18
 
19
  The data that serves [wilhelmlang.com](https://wilhelmlang.com/). They are written in YAML format, because
20
 
@@ -62,7 +60,7 @@ vocabulary:
62
  - term: string
63
  definition: list
64
  plural: string
65
- declension/conjugation: string
66
  ```
67
 
68
  - The `conjugation` is the inflection paradigm for a German verb and `declension` the inflection for nouns and
@@ -100,11 +98,11 @@ vocabulary:
100
  - term: ein
101
  definition: (article) a, an
102
  declension:
103
- - [- , masculine, feminine, neuter, plural]
104
- - [nominative, ein, eine, ein, - ]
105
- - [genitive, eines, einer, eines, - ]
106
- - [dative, einem, einer, einem, - ]
107
- - [accusative, einen, eine, ein, - ]
108
  ```
109
 
110
  The declension table is equivalent to
 
5
  ![GitHub workflow status badge][GitHub workflow status]
6
  [![Apache License Badge]](https://www.apache.org/licenses/LICENSE-2.0)
7
 
8
+ - [Wilhelm Vocabulary](#wilhelm-vocabulary)
9
+ - [YAML Schema](#yaml-schema)
10
+ - [German](#german)
11
+ - [Korean](#korean)
12
+ - [Classical Hebrew (Coming Soon)](#classical-hebrew-coming-soon)
13
+ - [Ancient Greek](#ancient-greek)
14
+ - [Latin](#latin)
15
+ - [License](#license)
 
 
16
 
17
  The data that serves [wilhelmlang.com](https://wilhelmlang.com/). They are written in YAML format, because
18
 
 
60
  - term: string
61
  definition: list
62
  plural: string
63
+ declension/conjugation: application-specific table
64
  ```
65
 
66
  - The `conjugation` is the inflection paradigm for a German verb and `declension` the inflection for nouns and
 
98
  - term: ein
99
  definition: (article) a, an
100
  declension:
101
+ - ["", masculine, feminine, neuter, plural]
102
+ - [nominative, ein, eine, ein, N/A ]
103
+ - [genitive, eines, einer, eines, N/A ]
104
+ - [dative, einem, einer, einem, N/A ]
105
+ - [accusative, einen, eine, ein, N/A ]
106
  ```
107
 
108
  The declension table is equivalent to