Fix CI/CD
Browse files
README.md
CHANGED
@@ -15,7 +15,6 @@ YAML Schema
|
|
15 |
-----------
|
16 |
|
17 |
> [!TIP]
|
18 |
-
>
|
19 |
> The parenthesized value at the beginning of each `definition` item played an un-ignorable role: it is the label of the
|
20 |
> relationship between `term` and `defintion` in graph database loaded by
|
21 |
[Wilhelm SDK](https://github.com/QubitPi/wilhelm-graphdb-python)
|
@@ -30,8 +29,8 @@ vocabulary:
|
|
30 |
declension/conjugation: string
|
31 |
```
|
32 |
|
33 |
-
- The `conjugation` is the inflection paradigm for a German verb and `declension` the inflection for nouns and
|
34 |
-
adjectives. Only one of the two is present for a term.
|
35 |
- The type of the word can be inferred using the following rule
|
36 |
|
37 |
- `term` with a _definite article_ of "der"/"die"/"das" and a field of `plural` that comes with it signifies a
|
@@ -45,9 +44,9 @@ adjectives. Only one of the two is present for a term.
|
|
45 |
- (conj.) if
|
46 |
- (conj.) whether
|
47 |
```
|
48 |
-
|
49 |
means "ob" is a **conjunction** in this case
|
50 |
-
|
51 |
```yaml
|
52 |
- term: denn
|
53 |
definition:
|
|
|
15 |
-----------
|
16 |
|
17 |
> [!TIP]
|
|
|
18 |
> The parenthesized value at the beginning of each `definition` item played an un-ignorable role: it is the label of the
|
19 |
> relationship between `term` and `defintion` in graph database loaded by
|
20 |
[Wilhelm SDK](https://github.com/QubitPi/wilhelm-graphdb-python)
|
|
|
29 |
declension/conjugation: string
|
30 |
```
|
31 |
|
32 |
+
- The `conjugation` is the inflection paradigm for a German verb and `declension` the inflection for nouns and
|
33 |
+
adjectives. Only one of the two is present for a term.
|
34 |
- The type of the word can be inferred using the following rule
|
35 |
|
36 |
- `term` with a _definite article_ of "der"/"die"/"das" and a field of `plural` that comes with it signifies a
|
|
|
44 |
- (conj.) if
|
45 |
- (conj.) whether
|
46 |
```
|
47 |
+
|
48 |
means "ob" is a **conjunction** in this case
|
49 |
+
|
50 |
```yaml
|
51 |
- term: denn
|
52 |
definition:
|