QubitPi commited on
Commit
068a8e8
1 Parent(s): 498f590

Add more German vocabularies (#103)

Browse files
german.yaml CHANGED
@@ -796,8 +796,6 @@ vocabulary:
796
  definition: more about me
797
  - term: Hier klicken
798
  definition: click here
799
- - term: alt
800
- definition: old
801
  - term: Ich bin 23 Jahre alt.
802
  definition: I'm 23 years old.
803
  - term: die Fremdsprache
@@ -4068,6 +4066,39 @@ vocabulary:
4068
  - (adj.) earlier
4069
  - (adv.) formerly
4070
  - (adv.) sooner
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4071
 
4072
 
4073
 
 
796
  definition: more about me
797
  - term: Hier klicken
798
  definition: click here
 
 
799
  - term: Ich bin 23 Jahre alt.
800
  definition: I'm 23 years old.
801
  - term: die Fremdsprache
 
4066
  - (adj.) earlier
4067
  - (adv.) formerly
4068
  - (adv.) sooner
4069
+ - term: arm
4070
+ definition: (adj.) poor
4071
+ audio: https://upload.wikimedia.org/wikipedia/commons/1/16/De-arm2.ogg
4072
+ - term: reich
4073
+ definition: (adj.) rich
4074
+ audio: https://upload.wikimedia.org/wikipedia/commons/1/1f/De-reich.ogg
4075
+ - term: alt
4076
+ definition: old
4077
+ - term: modisch
4078
+ definition: fashionable
4079
+ audio: https://upload.wikimedia.org/wikipedia/commons/0/0e/De-modisch.ogg
4080
+ - term: trendy
4081
+ definition: fashionable
4082
+ audio: https://www.verbformen.de/deklination/adjektive/grundform/trendy.mp3
4083
+ - term: altmodisch
4084
+ definition: outdated
4085
+ audio: https://upload.wikimedia.org/wikipedia/commons/2/22/De-altmodisch.ogg
4086
+ - term: der Besucher
4087
+ definition: the visitor
4088
+ audio: https://upload.wikimedia.org/wikipedia/commons/e/eb/De-Besucher.ogg
4089
+ declension:
4090
+ - ["", singular, plural ]
4091
+ - [nominative, Besucher, Besucher ]
4092
+ - [genitive, Besuchers, Besucher ]
4093
+ - [dative, Besucher, Besuchern]
4094
+ - [accusative, Besucher, Besucher ]
4095
+ - term: interviewen
4096
+ definition: to interview
4097
+ audio: https://upload.wikimedia.org/wikipedia/commons/9/90/De-interviewen.ogg
4098
+ verbformen:
4099
+ video: https://youtu.be/TzkgfmzwDF8
4100
+ conjugation: https://www.verbformen.com/conjugation/interviewen.pdf
4101
+ flashcards: https://www.verbformen.com/conjugation/worksheets-exercises/lernkarten/interviewen.pdf
4102
 
4103
 
4104
 
huggingface/generate_ancient_greek_dataset.py CHANGED
@@ -13,7 +13,7 @@
13
  # limitations under the License.
14
  import json
15
 
16
- from database.database_clients import get_node_label_attribute_key
17
  from vocabulary_parser import ANCIENT_GREEK
18
  from vocabulary_parser import get_attributes
19
  from vocabulary_parser import get_definitions
 
13
  # limitations under the License.
14
  import json
15
 
16
+ from database.neo4j.database_clients import get_node_label_attribute_key
17
  from vocabulary_parser import ANCIENT_GREEK
18
  from vocabulary_parser import get_attributes
19
  from vocabulary_parser import get_definitions
huggingface/generate_german_dataset.py CHANGED
@@ -13,7 +13,7 @@
13
  # limitations under the License.
14
  import json
15
 
16
- from database.database_clients import get_node_label_attribute_key
17
  from german_parser import get_declension_attributes
18
  from vocabulary_parser import GERMAN
19
  from vocabulary_parser import get_attributes
 
13
  # limitations under the License.
14
  import json
15
 
16
+ from database.neo4j.database_clients import get_node_label_attribute_key
17
  from german_parser import get_declension_attributes
18
  from vocabulary_parser import GERMAN
19
  from vocabulary_parser import get_attributes
huggingface/generate_latin_dataset.py CHANGED
@@ -13,7 +13,7 @@
13
  # limitations under the License.
14
  import json
15
 
16
- from database.database_clients import get_node_label_attribute_key
17
  from vocabulary_parser import LATIN
18
  from vocabulary_parser import get_attributes
19
  from vocabulary_parser import get_definitions
 
13
  # limitations under the License.
14
  import json
15
 
16
+ from database.neo4j.database_clients import get_node_label_attribute_key
17
  from vocabulary_parser import LATIN
18
  from vocabulary_parser import get_attributes
19
  from vocabulary_parser import get_definitions