Datasets:
Enhance README
Browse files
README.md
CHANGED
@@ -132,10 +132,10 @@ compound tenses. There are two categories of verbs in German:
|
|
132 |
|
133 |
[^1]: https://en.wikipedia.org/wiki/German_verbs#Conjugation
|
134 |
|
135 |
-
The conjugation table of German verb on Wiktionary is hard to interpret
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
|
140 |
```yaml
|
141 |
- term: aufwachsen
|
@@ -143,13 +143,13 @@ for example,
|
|
143 |
conjugation: https://en.wiktionary.org/wiki/aufwachsen#Conjugation
|
144 |
```
|
145 |
|
146 |
-
and advise user to employ a much more practical method to learn daily conjugation as follows. We take __aufwachsen__
|
147 |
-
an example.
|
148 |
|
149 |
> [!IMPORTANT]
|
150 |
> I'm not advertising for any organizations. I'm simply sharing good resources.
|
151 |
|
152 |
-
[Netzverb Dictionary](https://www.verbformen.com/) is the best German dictionary _targeting the vocabulary
|
153 |
[Search for "aufwachsen"](https://www.verbformen.com/?w=aufwachsen) and we will see much more intuitive conjugation
|
154 |
tables listed.
|
155 |
|
@@ -160,16 +160,16 @@ with
|
|
160 |
|
161 |
- There is also a "Sentences with German verb aufwachsen" section with a
|
162 |
[link](https://www.verbformen.com/conjugation/examples/aufwachsen.htm) that offer a fruitful number of conjugated
|
163 |
-
examples
|
164 |
|
165 |
2. [An on-the-fly generated flashcard sheet](https://www.verbformen.com/conjugation/worksheets-exercises/lernkarten/aufwachsen.pdf)
|
166 |
which allows us to make a better usage of our random free time
|
167 |
3. [A YouTube video that offers audios of almost every conjugated form](https://www.youtube.com/watch?v=LCtUrSn030A),
|
168 |
-
which helps with
|
169 |
|
170 |
> [!TIP]
|
171 |
-
> -
|
172 |
-
>
|
173 |
> - Netzverb Dictionary, however, lacks a programmable API. Wiktionary [has a good one](https://dumps.wikimedia.org/)
|
174 |
> instead. This is why we left the conjugation link to Wiktionary for now and it will definitely serve us well as I'm
|
175 |
> trying to make it happen
|
|
|
132 |
|
133 |
[^1]: https://en.wikipedia.org/wiki/German_verbs#Conjugation
|
134 |
|
135 |
+
The conjugation table of German verb on Wiktionary is hard to interpret for German beginner. It does, however, presents
|
136 |
+
a very good Philology reference. For example, it tells us which of the 7 "classes" a strong verb belongs to. __We,
|
137 |
+
therefore, leave the Wiktionary links to the conjugation table of that verb for data processing in the future__, for
|
138 |
+
example,
|
139 |
|
140 |
```yaml
|
141 |
- term: aufwachsen
|
|
|
143 |
conjugation: https://en.wiktionary.org/wiki/aufwachsen#Conjugation
|
144 |
```
|
145 |
|
146 |
+
and advise user to employ a much more practical method to learn daily conjugation as follows. We take "__aufwachsen__"
|
147 |
+
as an example.
|
148 |
|
149 |
> [!IMPORTANT]
|
150 |
> I'm not advertising for any organizations. I'm simply sharing good resources.
|
151 |
|
152 |
+
[Netzverb Dictionary](https://www.verbformen.com/) is the best German dictionary _targeting the vocabulary inflections_.
|
153 |
[Search for "aufwachsen"](https://www.verbformen.com/?w=aufwachsen) and we will see much more intuitive conjugation
|
154 |
tables listed.
|
155 |
|
|
|
160 |
|
161 |
- There is also a "Sentences with German verb aufwachsen" section with a
|
162 |
[link](https://www.verbformen.com/conjugation/examples/aufwachsen.htm) that offer a fruitful number of conjugated
|
163 |
+
examples getting us familiar with the inflections of the verb
|
164 |
|
165 |
2. [An on-the-fly generated flashcard sheet](https://www.verbformen.com/conjugation/worksheets-exercises/lernkarten/aufwachsen.pdf)
|
166 |
which allows us to make a better usage of our random free time
|
167 |
3. [A YouTube video that offers audios of almost every conjugated form](https://www.youtube.com/watch?v=LCtUrSn030A),
|
168 |
+
which helps with pronunciations a lot
|
169 |
|
170 |
> [!TIP]
|
171 |
+
> - __It is, thus, strongly recommended to study the conjugation through
|
172 |
+
> [Netzverb Dictionary](https://www.verbformen.com/) separately__
|
173 |
> - Netzverb Dictionary, however, lacks a programmable API. Wiktionary [has a good one](https://dumps.wikimedia.org/)
|
174 |
> instead. This is why we left the conjugation link to Wiktionary for now and it will definitely serve us well as I'm
|
175 |
> trying to make it happen
|