Add Ancient Greek vocabulary (#25)
Browse files- .github/workflows/ci-cd.yaml +1 -1
- README.md +14 -20
- ancient-greek.yaml +107 -15
.github/workflows/ci-cd.yaml
CHANGED
@@ -23,7 +23,7 @@ name: CI/CD
|
|
23 |
jobs:
|
24 |
cancel-previous:
|
25 |
name: Cancel Previous Runs In Order to Allocate Action Resources Immediately for Current Run
|
26 |
-
if: github.ref
|
27 |
runs-on: ubuntu-latest
|
28 |
steps:
|
29 |
- name: Cancel previous
|
|
|
23 |
jobs:
|
24 |
cancel-previous:
|
25 |
name: Cancel Previous Runs In Order to Allocate Action Resources Immediately for Current Run
|
26 |
+
if: github.ref != 'refs/heads/master'
|
27 |
runs-on: ubuntu-latest
|
28 |
steps:
|
29 |
- name: Cancel previous
|
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
Wilhelm Vocabulary
|
2 |
==================
|
3 |
|
4 |
-
[![GitHub workflow status badge][GitHub workflow status badge]][GitHub workflow status URL]
|
5 |
[![Vocabulary count - German]][Docker Hub URL]
|
6 |
[![Vocabulary count - Latin]][Docker Hub URL]
|
7 |
[![Vocabulary count - Ancient Greek]][Docker Hub URL]
|
8 |
[![Docker Hub][Docker Pulls Badge]][Docker Hub URL]
|
|
|
|
|
9 |
[![Hugging Face sync status badge]][Hugging Face sync status URL]
|
10 |
[![Hugging Face dataset badge]][Hugging Face dataset URL]
|
11 |
[![Apache License Badge]][Apache License, Version 2.0]
|
@@ -273,7 +274,14 @@ For example:
|
|
273 |
|
274 |
### [Ancient Greek](./ancient-greek.yaml)
|
275 |
|
276 |
-
Unless otherwise mentioned, we are talking about
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
|
278 |
#### Diacritic Mark Convention
|
279 |
|
@@ -302,7 +310,7 @@ gender, and the English meaning. For example.
|
|
302 |
declension class: 1st
|
303 |
```
|
304 |
|
305 |
-
the vocabulary entry above consists of the following
|
306 |
|
307 |
1. τέχνη: nominative singular
|
308 |
2. τέχνης: genitive singular
|
@@ -320,20 +328,6 @@ the vocabulary entry above consists of the following 4 items:
|
|
320 |
2. second declension (`2nd`)
|
321 |
3. third declension (`3rd`)
|
322 |
|
323 |
-
A multi-form nouns will have a list for this field. For example
|
324 |
-
|
325 |
-
```yaml
|
326 |
-
- term: αὐτός αὐτή αὐτό
|
327 |
-
definition:
|
328 |
-
- (without article) he, she, it, they
|
329 |
-
- (without article) himself, herself, itself, themselves
|
330 |
-
- (with definite article) same
|
331 |
-
declension class:
|
332 |
-
αὐτός: 2nd
|
333 |
-
αὐτή: 1st
|
334 |
-
αὐτό: 2nd
|
335 |
-
```
|
336 |
-
|
337 |
The declension of the entry is not shown because to decline any noun, we can take the genitive singular, remove the
|
338 |
genitive singular ending to get the stem, and then add the proper set of endings to the stem based on its declension
|
339 |
class[^2].
|
@@ -494,6 +488,6 @@ The use and distribution terms for [wilhelm-vocabulary]() are covered by the [Ap
|
|
494 |
[GitHub workflow status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/wilhelm-vocabulary/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=Database%20Loading
|
495 |
[GitHub workflow status URL]: https://github.com/QubitPi/wilhelm-vocabulary/actions/workflows/ci-cd.yaml
|
496 |
|
497 |
-
[Vocabulary count - German]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.paion-data.dev%2Fwilhelm%2Flanguages%2Fgerman%2Fcount&query=%24%5B0%5D.count&suffix=%
|
498 |
-
[Vocabulary count - Latin]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.paion-data.dev%2Fwilhelm%2Flanguages%2Flatin%2Fcount&query=%24%5B0%5D.count&suffix=%
|
499 |
-
[Vocabulary count - Ancient Greek]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.paion-data.dev%2Fwilhelm%2Flanguages%2FancientGreek%2Fcount&query=%24%5B0%5D.count&suffix=%
|
|
|
1 |
Wilhelm Vocabulary
|
2 |
==================
|
3 |
|
|
|
4 |
[![Vocabulary count - German]][Docker Hub URL]
|
5 |
[![Vocabulary count - Latin]][Docker Hub URL]
|
6 |
[![Vocabulary count - Ancient Greek]][Docker Hub URL]
|
7 |
[![Docker Hub][Docker Pulls Badge]][Docker Hub URL]
|
8 |
+
|
9 |
+
[![GitHub workflow status badge][GitHub workflow status badge]][GitHub workflow status URL]
|
10 |
[![Hugging Face sync status badge]][Hugging Face sync status URL]
|
11 |
[![Hugging Face dataset badge]][Hugging Face dataset URL]
|
12 |
[![Apache License Badge]][Apache License, Version 2.0]
|
|
|
274 |
|
275 |
### [Ancient Greek](./ancient-greek.yaml)
|
276 |
|
277 |
+
Unless otherwise mentioned, we are always talking about _Attic_ Greek.
|
278 |
+
|
279 |
+
> [!NOTE]
|
280 |
+
> The vocabulary and declensions come from the following sources
|
281 |
+
>
|
282 |
+
> - [Greek Core Vocabulary of Dickinson College](https://dcc.dickinson.edu/greek-core-list)
|
283 |
+
> - Wiktionary
|
284 |
+
> - [Ancient Greek for Everyone](https://pressbooks.pub/ancientgreek)
|
285 |
|
286 |
#### Diacritic Mark Convention
|
287 |
|
|
|
310 |
declension class: 1st
|
311 |
```
|
312 |
|
313 |
+
the vocabulary entry above consists of the following 5 items:
|
314 |
|
315 |
1. τέχνη: nominative singular
|
316 |
2. τέχνης: genitive singular
|
|
|
328 |
2. second declension (`2nd`)
|
329 |
3. third declension (`3rd`)
|
330 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
The declension of the entry is not shown because to decline any noun, we can take the genitive singular, remove the
|
332 |
genitive singular ending to get the stem, and then add the proper set of endings to the stem based on its declension
|
333 |
class[^2].
|
|
|
488 |
[GitHub workflow status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/wilhelm-vocabulary/ci-cd.yaml?branch=master&style=for-the-badge&logo=github&logoColor=white&label=Database%20Loading
|
489 |
[GitHub workflow status URL]: https://github.com/QubitPi/wilhelm-vocabulary/actions/workflows/ci-cd.yaml
|
490 |
|
491 |
+
[Vocabulary count - German]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.paion-data.dev%2Fwilhelm%2Flanguages%2Fgerman%2Fcount&query=%24%5B0%5D.count&suffix=%20Words&style=for-the-badge&logo=neo4j&logoColor=white&label=German&color=4581C3
|
492 |
+
[Vocabulary count - Latin]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.paion-data.dev%2Fwilhelm%2Flanguages%2Flatin%2Fcount&query=%24%5B0%5D.count&suffix=%20Words&style=for-the-badge&logo=neo4j&logoColor=white&label=Latin&color=4581C3
|
493 |
+
[Vocabulary count - Ancient Greek]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.paion-data.dev%2Fwilhelm%2Flanguages%2FancientGreek%2Fcount&query=%24%5B0%5D.count&suffix=%20Words&style=for-the-badge&logo=neo4j&logoColor=white&label=Ancient%20Greek&color=4581C3
|
ancient-greek.yaml
CHANGED
@@ -1,15 +1,111 @@
|
|
1 |
vocabulary:
|
2 |
-
- term: ὁ
|
3 |
-
definition:
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
definition:
|
6 |
-
- (without article) he, she, it, they
|
7 |
-
- (without article) himself, herself, itself, themselves
|
8 |
-
- (with definite article) same
|
9 |
-
declension
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- term: καί
|
14 |
definition:
|
15 |
- and
|
@@ -197,8 +293,6 @@ vocabulary:
|
|
197 |
definition: big, great, powerful
|
198 |
- term: οὐδέ
|
199 |
definition: and not, but not, nor; οὐδέ...οὐδέ not even...nor yet
|
200 |
-
- term: ἐκεῖνος ἐκείνη ἐκεῖνο
|
201 |
-
definition: that person or thing; ἐκεῖνος…οὗτος the former…the latter
|
202 |
- term: τοιοῦτος τοιαύτη τοιοῦτο
|
203 |
definition: such, of such a sort
|
204 |
- term: οὐδείς οὐδεμία οὐδέν
|
@@ -331,8 +425,6 @@ vocabulary:
|
|
331 |
definition: lord, master
|
332 |
- term: μᾶλλον
|
333 |
definition: more, rather; μᾶλλον...ἤ rather than
|
334 |
-
- term: ὅδε ἥδε τόδε
|
335 |
-
definition: this
|
336 |
- term: ὅλος ὅλη ὅλον
|
337 |
definition: whole, entire, complete
|
338 |
- term: μέρος μέρους, τό
|
@@ -614,7 +706,7 @@ vocabulary:
|
|
614 |
- term: δηλόω, δηλώσω, ἐδήλωσα, δεδήλωκα, ἐδηλώθην
|
615 |
definition: show, declare, explain
|
616 |
- term: οἰκεῖος οἰκεία οἰκεῖον
|
617 |
-
definition: domestic, of the house; one
|
618 |
- term: κελεύω, κελεύσω, ἐκέλευσα, κεκέλευκα, κεκέλευσμαι, ἐκελεύσθην
|
619 |
definition: order, bid, command (+acc. and infin.)
|
620 |
- term: τέλος τέλους, τό
|
|
|
1 |
vocabulary:
|
2 |
+
- term: ὁ
|
3 |
+
definition: (definite article, masculine) the
|
4 |
+
declension:
|
5 |
+
- ["", singular, plural]
|
6 |
+
- [nominative, ὁ, οἱ ]
|
7 |
+
- [genitive, τοῦ, τῶν ]
|
8 |
+
- [dative, τῷ, τοῖς ]
|
9 |
+
- [accusative, τόν, τούς ]
|
10 |
+
- term: ἡ
|
11 |
+
definition: (definite article, feminine) the
|
12 |
+
declension:
|
13 |
+
- ["", singular, plural]
|
14 |
+
- [nominative, ἡ, αἱ ]
|
15 |
+
- [genitive, τῆς, τῶν ]
|
16 |
+
- [dative, τῇ, ταῖς ]
|
17 |
+
- [accusative, τήν, τάς ]
|
18 |
+
- term: τό
|
19 |
+
definition: (definite article, neuter) the
|
20 |
+
declension:
|
21 |
+
- ["", singular, plural]
|
22 |
+
- [nominative, τό, τά ]
|
23 |
+
- [genitive, τοῦ, τῶν ]
|
24 |
+
- [dative, τῷ, τοῖς ]
|
25 |
+
- [accusative, τό, τά ]
|
26 |
+
- term: αὐτός
|
27 |
definition:
|
28 |
+
- (3rd pron. without article, no nominative, masculine) he, she, it, they
|
29 |
+
- (3rd pron. without article, nominative only, masculine) himself, herself, itself, themselves
|
30 |
+
- (3rd pron. with definite article, masculine) same
|
31 |
+
declension:
|
32 |
+
- ["", singular, plural]
|
33 |
+
- [nominative, αὐτός, αὐτοί ]
|
34 |
+
- [genitive, αὐτοῦ, αὐτῶν ]
|
35 |
+
- [dative, αὐτῷ, αὐτοῖς]
|
36 |
+
- [accusative, αὐτόν, αὐτούς]
|
37 |
+
- term: αὐτή
|
38 |
+
definition:
|
39 |
+
- (3rd pron. without article, no nominative, feminine) he, she, it, they
|
40 |
+
- (3rd pron. without article, nominative only, feminine) himself, herself, itself, themselves
|
41 |
+
- (3rd pron. with definite article, feminine) same
|
42 |
+
declension:
|
43 |
+
- ["", singular, plural]
|
44 |
+
- [nominative, αὐτή, αὐταί ]
|
45 |
+
- [genitive, αὐτῆς, αὐτῶν ]
|
46 |
+
- [dative, αὐτῇ, αὐταῖς]
|
47 |
+
- [accusative, αὐτήν, αὐτάς ]
|
48 |
+
- term: αὐτό
|
49 |
+
definition:
|
50 |
+
- (3rd pron. without article, no nominative, neuter) he, she, it, they
|
51 |
+
- (3rd pron. without article, nominative only, neuter) himself, herself, itself, themselves
|
52 |
+
- (3rd pron. with definite article, neuter) same
|
53 |
+
declension:
|
54 |
+
- ["", singular, plural]
|
55 |
+
- [nominative, αὐτό, αὐτά ]
|
56 |
+
- [genitive, αὐτοῦ, αὐτῶν ]
|
57 |
+
- [dative, αὐτῷ, αὐτοῖς]
|
58 |
+
- [accusative, αὐτό, αὐτοῖς]
|
59 |
+
- term: ὅδε
|
60 |
+
definition: (demonstrative pronoun, masculine) this
|
61 |
+
declension:
|
62 |
+
- ["", singular, plural]
|
63 |
+
- [nominative, ὅδε, οἵδε ]
|
64 |
+
- [genitive, τοῦδε, τῶνδε ]
|
65 |
+
- [dative, τῷδε, τοῖσδε]
|
66 |
+
- [accusative, τόνδε, τούσδε]
|
67 |
+
- term: ἥδε
|
68 |
+
definition: (demonstrative pronoun, feminine) this
|
69 |
+
declension:
|
70 |
+
- ["", singular, plural]
|
71 |
+
- [nominative, ἥδε, αἵδε ]
|
72 |
+
- [genitive, τῆσδε, τῶνδε ]
|
73 |
+
- [dative, τῇδε, ταῖσδε]
|
74 |
+
- [accusative, τήνδε, τάσδε ]
|
75 |
+
- term: τόδε
|
76 |
+
definition: (demonstrative pronoun, neuter) this
|
77 |
+
declension:
|
78 |
+
- ["", singular, plural]
|
79 |
+
- [nominative, τόδε, τάδε ]
|
80 |
+
- [genitive, τοῦδε, τῶνδε ]
|
81 |
+
- [dative, τῷδε, τοῖσδε]
|
82 |
+
- [accusative, τόδε, τάδε ]
|
83 |
+
- term: ἐκεῖνος
|
84 |
+
definition: (demonstrative pronoun, masculine) that
|
85 |
+
declension:
|
86 |
+
- ["", singular, plural ]
|
87 |
+
- [nominative, ἐκεῖνος, ἐκεῖνοι ]
|
88 |
+
- [genitive, ἐκείνου, ἐκείνων ]
|
89 |
+
- [dative, ἐκείνῳ, ἐκείνοις]
|
90 |
+
- [accusative, ἐκεῖνον, ἐκείνους]
|
91 |
+
- term: ἐκείνη
|
92 |
+
definition: (demonstrative pronoun, feminine) that
|
93 |
+
declension:
|
94 |
+
- ["", singular, plural]
|
95 |
+
- [nominative, ἐκείνη, ἐκεῖναι]
|
96 |
+
- [genitive, ἐκείνης, ἐκείνων]
|
97 |
+
- [dative, ἐκείνῃ, ἐκείναις]
|
98 |
+
- [accusative, ἐκείνην, ἐκείνας]
|
99 |
+
- term: (demonstrative pronoun, neuter) ἐκεῖνο
|
100 |
+
definition: that
|
101 |
+
declension:
|
102 |
+
- ["", singular, plural ]
|
103 |
+
- [nominative, ἐκεῖνο, ἐκεῖνα ]
|
104 |
+
- [genitive, ἐκείνου, ἐκείνων ]
|
105 |
+
- [dative, ἐκείνῳ, ἐκείνοις]
|
106 |
+
- [accusative, ἐκεῖνο, ἐκεῖνα ]
|
107 |
+
- term: ἐκεῖνος…οὗτος
|
108 |
+
definition: the former…the latter
|
109 |
- term: καί
|
110 |
definition:
|
111 |
- and
|
|
|
293 |
definition: big, great, powerful
|
294 |
- term: οὐδέ
|
295 |
definition: and not, but not, nor; οὐδέ...οὐδέ not even...nor yet
|
|
|
|
|
296 |
- term: τοιοῦτος τοιαύτη τοιοῦτο
|
297 |
definition: such, of such a sort
|
298 |
- term: οὐδείς οὐδεμία οὐδέν
|
|
|
425 |
definition: lord, master
|
426 |
- term: μᾶλλον
|
427 |
definition: more, rather; μᾶλλον...ἤ rather than
|
|
|
|
|
428 |
- term: ὅλος ὅλη ὅλον
|
429 |
definition: whole, entire, complete
|
430 |
- term: μέρος μέρους, τό
|
|
|
706 |
- term: δηλόω, δηλώσω, ἐδήλωσα, δεδήλωκα, ἐδηλώθην
|
707 |
definition: show, declare, explain
|
708 |
- term: οἰκεῖος οἰκεία οἰκεῖον
|
709 |
+
definition: domestic, of the house; one's own; fitting, suitable
|
710 |
- term: κελεύω, κελεύσω, ἐκέλευσα, κεκέλευκα, κεκέλευσμαι, ἐκελεύσθην
|
711 |
definition: order, bid, command (+acc. and infin.)
|
712 |
- term: τέλος τέλους, τό
|