QubitPi commited on
Commit
320cfc5
1 Parent(s): ad1db02

Enhance README

Browse files
Files changed (1) hide show
  1. README.md +11 -11
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 as a German language learner. It does, however,
136
- presents a very good Philology reference. For example, it tells us which of the 7 "classes" a strong verb belongs to.
137
- __We, therefore, leave the Wiktionary links to the conjugation table of that verb for data processing in the future__,
138
- for example,
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__ as
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 inflection_.
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 that get 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 conjugated pronunciations
169
 
170
  > [!TIP]
171
- > - It is, thus, strongly recommended to study the conjugation through [Netzverb Dictionary](https://www.verbformen.com/)
172
- > 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
 
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