QubitPi commited on
Commit
4481849
1 Parent(s): ae80ae7

Add example of a German noun

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -67,8 +67,15 @@ vocabulary:
67
  adjectives. Only one of the two is present for a term.
68
  - The type of the word can be inferred using the following rule
69
 
70
- - `term` with a _definite article_ of "der"/"die"/"das" and a field of `plural` that comes with it signifies a
71
- __noun__
 
 
 
 
 
 
 
72
  - Those with `conjugation` field denotes a __verb__; its definition also begins with an _indefinite form_, i.e.
73
  "to ..."
74
  - The rests are explicitly stated in the `definition` field. For example,
 
67
  adjectives. Only one of the two is present for a term.
68
  - The type of the word can be inferred using the following rule
69
 
70
+ - `term` with a _definite article_ of __der__/__die__/__das__ and a field of `plural` that comes with it signifies a
71
+ __noun__. For example
72
+
73
+ ```yaml
74
+ - term: die Wissenschaft
75
+ definition: the Science
76
+ plural: Wissenschaften
77
+ ```
78
+
79
  - Those with `conjugation` field denotes a __verb__; its definition also begins with an _indefinite form_, i.e.
80
  "to ..."
81
  - The rests are explicitly stated in the `definition` field. For example,