Fix CI/CD
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ Wilhelm Vocabulary
|
|
5 |
[![Apache License Badge]][Apache License, Version 2.0]
|
6 |
|
7 |
<!-- TOC -->
|
|
|
8 |
- [Wilhelm Vocabulary](#wilhelm-vocabulary)
|
9 |
- [Data Format](#data-format)
|
10 |
- [How Data (Vocabulary) is Stored in a Graph Database](#how-data-vocabulary-is-stored-in-a-graph-database)
|
@@ -26,6 +27,7 @@ Wilhelm Vocabulary
|
|
26 |
- [Classical Hebrew (Coming Soon)](#classical-hebrew-coming-soon)
|
27 |
- [Korean](#korean)
|
28 |
- [License](#license)
|
|
|
29 |
<!-- TOC -->
|
30 |
|
31 |
Data Format
|
@@ -43,10 +45,11 @@ How Data (Vocabulary) is Stored in a Graph Database
|
|
43 |
### Why Graph Database
|
44 |
|
45 |
Graph data representation assumes universal connectivity among world entities. This applies pretty well to the realm of
|
46 |
-
languages. Multilanguage learners have already seen that Indo-European languages are similar in many
|
47 |
similarities not only signify the historical facts about Philology but also surface a great opportunity for
|
48 |
-
multilanguage learners to study much more efficiently. What's missing is connecting the dots
|
49 |
-
visually presents these vastly enlightening links between the related languages
|
|
|
50 |
|
51 |
### Definition
|
52 |
|
@@ -198,12 +201,12 @@ The declension table above is equivalent to
|
|
198 |
|
199 |
```yaml
|
200 |
declension:
|
201 |
-
- ["", singular, singular, singular, plural, plural
|
202 |
-
- ["", indef., def., noun, def., noun
|
203 |
-
- [nominative, eine, die, βββββββββ, die,
|
204 |
-
- [genitive, einer, der, βββββββββ, der,
|
205 |
-
- [dative, einer, der, βββββββββ, den,
|
206 |
-
- [accusative, eine, die, βββββββββ, die,
|
207 |
```
|
208 |
|
209 |
###### Neuter
|
|
|
5 |
[![Apache License Badge]][Apache License, Version 2.0]
|
6 |
|
7 |
<!-- TOC -->
|
8 |
+
|
9 |
- [Wilhelm Vocabulary](#wilhelm-vocabulary)
|
10 |
- [Data Format](#data-format)
|
11 |
- [How Data (Vocabulary) is Stored in a Graph Database](#how-data-vocabulary-is-stored-in-a-graph-database)
|
|
|
27 |
- [Classical Hebrew (Coming Soon)](#classical-hebrew-coming-soon)
|
28 |
- [Korean](#korean)
|
29 |
- [License](#license)
|
30 |
+
|
31 |
<!-- TOC -->
|
32 |
|
33 |
Data Format
|
|
|
45 |
### Why Graph Database
|
46 |
|
47 |
Graph data representation assumes universal connectivity among world entities. This applies pretty well to the realm of
|
48 |
+
languages. Multilanguage learners have already seen that Indo-European languages are similar in many aspects. The
|
49 |
similarities not only signify the historical facts about Philology but also surface a great opportunity for
|
50 |
+
multilanguage learners to take advantages of them and study much more efficiently. What's missing is connecting the dots
|
51 |
+
using Graph Databases that visually presents these vastly enlightening links between the related languages in a natural
|
52 |
+
way.
|
53 |
|
54 |
### Definition
|
55 |
|
|
|
201 |
|
202 |
```yaml
|
203 |
declension:
|
204 |
+
- ["", singular, singular, singular, plural, plural]
|
205 |
+
- ["", indef., def., noun, def., noun ]
|
206 |
+
- [nominative, eine, die, βββββββββ, die, ββββββ]
|
207 |
+
- [genitive, einer, der, βββββββββ, der, ββββββ]
|
208 |
+
- [dative, einer, der, βββββββββ, den, ββββββ]
|
209 |
+
- [accusative, eine, die, βββββββββ, die, ββββββ]
|
210 |
```
|
211 |
|
212 |
###### Neuter
|