QubitPi commited on
Commit
d0936a0
1 Parent(s): 68de0a5

Add more German vocabulary (#53)

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. german.yaml +45 -4
README.md CHANGED
@@ -55,7 +55,7 @@ docker run \
55
  --env=NEO4J_ACCEPT_LICENSE_AGREEMENT=yes \
56
  -e NEO4JLABS_PLUGINS=\[\"apoc\"\] \
57
  --env NEO4J_browser_remote__content__hostname__whitelist=https://raw.githubusercontent.com \
58
- --env NEO4J_browser_post__connect__cmd="style https://raw.githubusercontent.com/dhimmel/hetionet/383152be2c07f8f5427dd7069535c82b0c5e8d85/hetnet/neo4j/graphstyle.grass" \
59
  jack20191124/wilhelm-vocabulary
60
  ```
61
 
@@ -81,8 +81,8 @@ We have offered some queries that can be used to quickly explore our language da
81
  - Expanding a word "nämlich" (reveals its relationship to other languages):
82
 
83
  ```cypher
84
- MATCH (term:Term{name:'nämlich'})
85
- CALL apoc.path.expand(term, "LINK", null, 1, -1)
86
  YIELD path
87
  RETURN path, length(path) AS hops
88
  ORDER BY hops;
@@ -93,8 +93,8 @@ We have offered some queries that can be used to quickly explore our language da
93
  - In German, "rice" and "travel" are related:
94
 
95
  ```cypher
96
- MATCH (term:Term{name:'die Reise'})
97
- CALL apoc.path.expand(term, "LINK", null, 1, -1)
98
  YIELD path
99
  RETURN path, length(path) AS hops
100
  ORDER BY hops;
@@ -102,6 +102,8 @@ We have offered some queries that can be used to quickly explore our language da
102
 
103
  ![Declension sharing](docs/german-rice-travel.png "Error loading german-rice-travel.png")
104
 
 
 
105
  Data Format
106
  -----------
107
 
 
55
  --env=NEO4J_ACCEPT_LICENSE_AGREEMENT=yes \
56
  -e NEO4JLABS_PLUGINS=\[\"apoc\"\] \
57
  --env NEO4J_browser_remote__content__hostname__whitelist=https://raw.githubusercontent.com \
58
+ --env NEO4J_browser_post__connect__cmd="style https://raw.githubusercontent.com/QubitPi/wilhelm-vocabulary/refs/heads/master/graphstyle.grass" \
59
  jack20191124/wilhelm-vocabulary
60
  ```
61
 
 
81
  - Expanding a word "nämlich" (reveals its relationship to other languages):
82
 
83
  ```cypher
84
+ MATCH (term:Term{label:'nämlich'})
85
+ CALL apoc.path.expand(term, "LINK", null, 1, 3)
86
  YIELD path
87
  RETURN path, length(path) AS hops
88
  ORDER BY hops;
 
93
  - In German, "rice" and "travel" are related:
94
 
95
  ```cypher
96
+ MATCH (term:Term{label:'die Reise'})
97
+ CALL apoc.path.expand(term, "LINK", null, 1, 3)
98
  YIELD path
99
  RETURN path, length(path) AS hops
100
  ORDER BY hops;
 
102
 
103
  ![Declension sharing](docs/german-rice-travel.png "Error loading german-rice-travel.png")
104
 
105
+ - `MATCH (term:Term{label:'die Schwester'}) CALL apoc.path.expand(term, "LINK", null, 1, -1) YIELD path RETURN path, length(path) AS hops ORDER BY hops;`
106
+
107
  Data Format
108
  -----------
109
 
german.yaml CHANGED
@@ -587,8 +587,6 @@ vocabulary:
587
  - [accusative, Heute, N/A ]
588
  - term: heutig
589
  definition: today's
590
- - term: na ja
591
- definition: oh well
592
  - term: Mir geht es gut
593
  definition: I am fine
594
  - term: Mir geht's gut
@@ -2105,6 +2103,8 @@ vocabulary:
2105
  definition: (adj.) interested
2106
  - term: langweilig
2107
  definition: boring
 
 
2108
  - term: Na ja
2109
  definition: (informal) Oh well
2110
  - term: wohl
@@ -3016,6 +3016,8 @@ vocabulary:
3016
  - [genitive, "Theaterstückes, Theaterstücks", Theaterstücke ]
3017
  - [dative, Theaterstück, Theaterstücken]
3018
  - [accusative, Theaterstück, Theaterstücke ]
 
 
3019
  - term: nie mehr
3020
  definition: never again
3021
  - term: groß
@@ -3457,6 +3459,22 @@ vocabulary:
3457
  definition:
3458
  - to do
3459
  - to perform
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3460
 
3461
 
3462
 
@@ -3542,8 +3560,6 @@ vocabulary:
3542
  definition: to know
3543
  - term: die Wissenschaft
3544
  definition: Science
3545
- - term: nie
3546
- definition: adv. never
3547
  - term: kämpfen
3548
  definition: to fight
3549
  - term: nur
@@ -4041,6 +4057,7 @@ vocabulary:
4041
  - term: der Raum
4042
  definition:
4043
  - the room
 
4044
  - (Physics) the space
4045
  - term: leben
4046
  definition: to be alive
@@ -4127,6 +4144,30 @@ vocabulary:
4127
  - [accusative, Geschwindigkeit, Geschwindigkeiten]
4128
  - term: weiter
4129
  definition: (adv.) further
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4130
 
4131
 
4132
 
 
587
  - [accusative, Heute, N/A ]
588
  - term: heutig
589
  definition: today's
 
 
590
  - term: Mir geht es gut
591
  definition: I am fine
592
  - term: Mir geht's gut
 
2103
  definition: (adj.) interested
2104
  - term: langweilig
2105
  definition: boring
2106
+ - term: na
2107
+ definition: well
2108
  - term: Na ja
2109
  definition: (informal) Oh well
2110
  - term: wohl
 
3016
  - [genitive, "Theaterstückes, Theaterstücks", Theaterstücke ]
3017
  - [dative, Theaterstück, Theaterstücken]
3018
  - [accusative, Theaterstück, Theaterstücke ]
3019
+ - term: nie
3020
+ definition: (adv.) never
3021
  - term: nie mehr
3022
  definition: never again
3023
  - term: groß
 
3459
  definition:
3460
  - to do
3461
  - to perform
3462
+ - term: nah
3463
+ definition: (adj.) near
3464
+ - term: der Geburtstag
3465
+ definition: the birthday
3466
+ declension:
3467
+ - ["", singular, plural ]
3468
+ - [nominative, Geburtstag, Geburtstage ]
3469
+ - [genitive, "Geburtstages, Geburtstags", Geburtstage ]
3470
+ - [dative, Geburtstag, Geburtstagen]
3471
+ - [accusative, Geburtstag, Geburtstage ]
3472
+ - term: treffen
3473
+ definition:
3474
+ - to meet
3475
+ - to hit
3476
+ - term: Mach's gut.
3477
+ definition: All the best.
3478
 
3479
 
3480
 
 
3560
  definition: to know
3561
  - term: die Wissenschaft
3562
  definition: Science
 
 
3563
  - term: kämpfen
3564
  definition: to fight
3565
  - term: nur
 
4057
  - term: der Raum
4058
  definition:
4059
  - the room
4060
+ - the area
4061
  - (Physics) the space
4062
  - term: leben
4063
  definition: to be alive
 
4144
  - [accusative, Geschwindigkeit, Geschwindigkeiten]
4145
  - term: weiter
4146
  definition: (adv.) further
4147
+ - term: die Endlosigkeit
4148
+ definition: the infinity
4149
+ declension:
4150
+ - ["", singular, plural]
4151
+ - [nominative, Endlosigkeit, N/A ]
4152
+ - [genitive, Endlosigkeit, N/A ]
4153
+ - [dative, Endlosigkeit, N/A ]
4154
+ - [accusative, Endlosigkeit, N/A ]
4155
+ - term: die Landschaft
4156
+ definition: the landscape
4157
+ declension:
4158
+ - ["", singular, plural ]
4159
+ - [nominative, Landschaft, Landschaften]
4160
+ - [genitive, Landschaft, Landschaften]
4161
+ - [dative, Landschaft, Landschaften]
4162
+ - [accusative, Landschaft, Landschaften]
4163
+ - term: das Feld
4164
+ definition: the field
4165
+ declension:
4166
+ - ["", singular, plural ]
4167
+ - [nominative, Feld, Felder ]
4168
+ - [genitive, "Feldes, Felds", Felder ]
4169
+ - [dative, Feld, Feldern]
4170
+ - [accusative, Feld, Felder ]
4171
 
4172
 
4173