QubitPi commited on
Commit
6afb51e
1 Parent(s): 0e3269b

Add AG pronouns (#26)

Browse files
Files changed (2) hide show
  1. README.md +10 -4
  2. ancient-greek.yaml +318 -37
README.md CHANGED
@@ -291,10 +291,10 @@ We employ the following 3 diacritic signs only in vocabulary:
291
  2. the __circumflex__ (ᾶ), and
292
  3. the __grave__ (ὰ)
293
 
294
- In fact, it is called the [_medium diacritics_](https://lsj.gr/wiki/%E1%BC%80%CE%B3%CE%B1%CE%B8%CF%8C%CF%82) and the
295
- same convention used in [Loeb Classical Library prints](https://ryanfb.xyz/loebolus/) from Harvard. Notice that,
296
- however, the commonly sourced [Wiktionary uses full diacritics](https://en.wiktionary.org/wiki/%E1%BC%80%CE%B3%CE%B1%CE%B8%CF%8C%CF%82#Declension),
297
- including the [breve diacritic mark](https://en.wikipedia.org/wiki/Breve); we don't do that.
298
 
299
  #### Noun Declension
300
 
@@ -435,6 +435,12 @@ For example:
435
 
436
  ### [Latin](./latin.yaml)
437
 
 
 
 
 
 
 
438
  ```yaml
439
  vocabulary:
440
  - term: string
 
291
  2. the __circumflex__ (ᾶ), and
292
  3. the __grave__ (ὰ)
293
 
294
+ In fact, it is called the [_medium diacritics_](https://lsj.gr/wiki/ἀγαθός) and the same convention used in
295
+ [Loeb Classical Library prints](https://ryanfb.xyz/loebolus/) from Harvard. Notice that, however, the commonly sourced
296
+ [Wiktionary uses full diacritics](https://en.wiktionary.org/wiki/ἀγαθός#Declension), including the
297
+ [breve diacritic mark](https://en.wikipedia.org/wiki/Breve); we don't do that.
298
 
299
  #### Noun Declension
300
 
 
435
 
436
  ### [Latin](./latin.yaml)
437
 
438
+ > [!NOTE]
439
+ > The vocabulary and declensions come from the following sources
440
+ >
441
+ > - [Latin Core Vocabulary of Dickinson College](https://dcc.dickinson.edu/latin-core-list1)
442
+ > - Wiktionary
443
+
444
  ```yaml
445
  vocabulary:
446
  - term: string
ancient-greek.yaml CHANGED
@@ -7,6 +7,7 @@ vocabulary:
7
  - [genitive, τοῦ, τῶν ]
8
  - [dative, τῷ, τοῖς ]
9
  - [accusative, τόν, τούς ]
 
10
  - term: ἡ
11
  definition: (definite article, feminine) the
12
  declension:
@@ -15,6 +16,7 @@ vocabulary:
15
  - [genitive, τῆς, τῶν ]
16
  - [dative, τῇ, ταῖς ]
17
  - [accusative, τήν, τάς ]
 
18
  - term: τό
19
  definition: (definite article, neuter) the
20
  declension:
@@ -23,10 +25,13 @@ vocabulary:
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]
@@ -34,10 +39,13 @@ vocabulary:
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]
@@ -45,10 +53,13 @@ vocabulary:
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]
@@ -56,6 +67,34 @@ vocabulary:
56
  - [genitive, αὐτοῦ, αὐτῶν ]
57
  - [dative, αὐτῷ, αὐτοῖς]
58
  - [accusative, αὐτό, αὐτοῖς]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  - term: ὅδε
60
  definition: (demonstrative pronoun, masculine) this
61
  declension:
@@ -64,6 +103,7 @@ vocabulary:
64
  - [genitive, τοῦδε, τῶνδε ]
65
  - [dative, τῷδε, τοῖσδε]
66
  - [accusative, τόνδε, τούσδε]
 
67
  - term: ἥδε
68
  definition: (demonstrative pronoun, feminine) this
69
  declension:
@@ -72,6 +112,7 @@ vocabulary:
72
  - [genitive, τῆσδε, τῶνδε ]
73
  - [dative, τῇδε, ταῖσδε]
74
  - [accusative, τήνδε, τάσδε ]
 
75
  - term: τόδε
76
  definition: (demonstrative pronoun, neuter) this
77
  declension:
@@ -80,6 +121,7 @@ vocabulary:
80
  - [genitive, τοῦδε, τῶνδε ]
81
  - [dative, τῷδε, τοῖσδε]
82
  - [accusative, τόδε, τάδε ]
 
83
  - term: ἐκεῖνος
84
  definition: (demonstrative pronoun, masculine) that
85
  declension:
@@ -88,14 +130,16 @@ vocabulary:
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:
@@ -104,30 +148,281 @@ vocabulary:
104
  - [genitive, ἐκείνου, ἐκείνων ]
105
  - [dative, ἐκείνῳ, ἐκείνοις]
106
  - [accusative, ἐκεῖνο, ἐκεῖνα ]
107
- - term: ἐκεῖνος…οὗτος
108
- definition: the former…the latter
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  - term: καί
110
  definition:
111
- - and
112
- - also, even;
 
113
  - term: καί ... καί ...
114
  definition: both ... and ...
115
  - term: μέν
116
  definition:
117
- - indeed
118
- - accordingly
119
  - term: δέ
120
- definition: and, but
121
- - term: μέν...δέ
122
- definition: on the one hand...on the other hand (often untranslated)
123
- - term: τις τι
124
- definition: someone, something, anyone, anything, some, any
125
- - term: τίς τί
126
- definition: (interrogative pron./adj.) who? what? which?
127
- - term: ὅς ἥ ὅ
128
  definition:
129
- - this
130
- - who, which, that
 
 
131
  - term: εἰμί, ἔσομαι, ἦν, εἶναι
132
  definition: to be, exist
133
  - term: οὗτος αὕτη τοῦτο
@@ -187,10 +482,6 @@ vocabulary:
187
  - (accusative) towards
188
  - (accusative) for the purpose of
189
  - (accusative) according to
190
- - term: ἐγώ
191
- definition: I
192
- - term: ἡμεῖς
193
- definition: we
194
  - term: πρός
195
  definition:
196
  - from the side of
@@ -249,12 +540,8 @@ vocabulary:
249
  definition: around, about; concerning (+gen.)
250
  - term: μή
251
  definition: not (marks the negative as subjective or conditional); εἰ μή if not, except
252
- - term: ὅστις ἥτις ὅ τι
253
- definition: anyone who, anything which; (in indir. quest.) who, which, what
254
  - term: ἄν
255
  definition: [marks verbs as potential (with optative), or generalizing (with subjunctive)]
256
- - term: σύ, σοῦ, (pl.) ὑμεῖς, ὑμῶν
257
- definition: you
258
  - term: ἀνά
259
  definition: up, on; throughout
260
  - term: ὅτι
@@ -287,8 +574,6 @@ vocabulary:
287
  definition: god, goddess
288
  - term: μετά
289
  definition: with (+gen.); after (+acc.)
290
- - term: ἑαυτοῦ ἑαυτῆς ἑαυτοῦ
291
- definition: him- her- itself (reflexive pron.)
292
  - term: μέγας μεγάλη μέγα
293
  definition: big, great, powerful
294
  - term: οὐδέ
@@ -529,8 +814,6 @@ vocabulary:
529
  definition: neither...nor
530
  - term: μέσος μέση μέσον
531
  definition: middle, in the middle, moderate; τὸ μέσον midst
532
- - term: ἀλλήλων -οις
533
- definition: (oblique cases plural only) one another, each other
534
  - term: ἀεί
535
  definition: always
536
  - term: φίλος φίλη φίλον
@@ -577,8 +860,6 @@ vocabulary:
577
  definition: suffer, experience, be affected in a certain way (+adv.)
578
  - term: πῶς
579
  definition: how?
580
- - term: ὅσπερ ἥπερ ὅπερ
581
- definition: the very one who, the very thing which
582
  - term: τοσοῦτος -αύτη -οῦτο(ν)
583
  definition: so large, so much
584
  - term: σύν
 
7
  - [genitive, τοῦ, τῶν ]
8
  - [dative, τῷ, τοῖς ]
9
  - [accusative, τόν, τούς ]
10
+ - [vocative, N/A, N/A ]
11
  - term: ἡ
12
  definition: (definite article, feminine) the
13
  declension:
 
16
  - [genitive, τῆς, τῶν ]
17
  - [dative, τῇ, ταῖς ]
18
  - [accusative, τήν, τάς ]
19
+ - [vocative, N/A, N/A ]
20
  - term: τό
21
  definition: (definite article, neuter) the
22
  declension:
 
25
  - [genitive, τοῦ, τῶν ]
26
  - [dative, τῷ, τοῖς ]
27
  - [accusative, τό, τά ]
28
+ - [vocative, N/A, N/A ]
29
  - term: αὐτός
30
  definition:
31
+ - (3rd pron. without article, no nominative, masculine) he
32
+ - (3rd pron. without article, no nominative, masculine) they
33
+ - (3rd pron. without article, nominative only, masculine) himself
34
+ - (3rd pron. without article, nominative only, masculine) themselves
35
  - (3rd pron. with definite article, masculine) same
36
  declension:
37
  - ["", singular, plural]
 
39
  - [genitive, αὐτοῦ, αὐτῶν ]
40
  - [dative, αὐτῷ, αὐτοῖς]
41
  - [accusative, αὐτόν, αὐτούς]
42
+ - [vocative, N/A, N/A ]
43
  - term: αὐτή
44
  definition:
45
+ - (3rd pron. without article, no nominative, feminine) she
46
+ - (3rd pron. without article, no nominative, feminine) they
47
+ - (3rd pron. without article, nominative only, feminine) herself
48
+ - (3rd pron. without article, no nominative, feminine) themselves
49
  - (3rd pron. with definite article, feminine) same
50
  declension:
51
  - ["", singular, plural]
 
53
  - [genitive, αὐτῆς, αὐτῶν ]
54
  - [dative, αὐτῇ, αὐταῖς]
55
  - [accusative, αὐτήν, αὐτάς ]
56
+ - [vocative, N/A, N/A ]
57
  - term: αὐτό
58
  definition:
59
+ - (3rd pron. without article, no nominative, neuter) it
60
+ - (3rd pron. without article, no nominative, neuter) they
61
+ - (3rd pron. without article, nominative only, neuter) itself
62
+ - (3rd pron. without article, nominative only, neuter) themselves
63
  - (3rd pron. with definite article, neuter) same
64
  declension:
65
  - ["", singular, plural]
 
67
  - [genitive, αὐτοῦ, αὐτῶν ]
68
  - [dative, αὐτῷ, αὐτοῖς]
69
  - [accusative, αὐτό, αὐτοῖς]
70
+ - [vocative, N/A, N/A ]
71
+ - term: ἑαυτοῦ
72
+ definition: (reflexive pron.) himself
73
+ declension:
74
+ - ["", singular, plural ]
75
+ - [nominative, N/A, N/A ]
76
+ - [genitive, ἑαυτοῦ, ἑαυτῶν ]
77
+ - [dative, ἑαυτῷ, "ἑαυτοῖς, ἑαυτοῖσῐ, ἑαυτοῖσῐν"]
78
+ - [accusative, ἑαυτόν, ἑαυτούς ]
79
+ - [vocative, N/A, N/A ]
80
+ - term: ἑαυτῆς
81
+ definition: (reflexive pron.) herself
82
+ declension:
83
+ - ["", singular, plural ]
84
+ - [nominative, N/A, N/A ]
85
+ - [genitive, ἑαυτῆς, ἑαυτῶν ]
86
+ - [dative, ἑαυτῇ, ἑαυταῖς]
87
+ - [accusative, ἑαυτήν, ἑαυτάς ]
88
+ - [vocative, N/A, N/A ]
89
+ - term: ἑαυτοῦ
90
+ definition: (reflexive pron.) itself
91
+ declension:
92
+ - ["", singular, plural ]
93
+ - [nominative, N/A, N/A ]
94
+ - [genitive, ἑαυτοῦ, ἑαυτῶν ]
95
+ - [dative, ἑαυτῷ, "ἑαυτοῖς, ἑαυτοῖσι, ἑαυτοῖσιν"]
96
+ - [accusative, ἑαυτό, ἑαυτ ]
97
+ - [vocative, N/A, N/A ]
98
  - term: ὅδε
99
  definition: (demonstrative pronoun, masculine) this
100
  declension:
 
103
  - [genitive, τοῦδε, τῶνδε ]
104
  - [dative, τῷδε, τοῖσδε]
105
  - [accusative, τόνδε, τούσδε]
106
+ - [vocative, N/A, N/A ]
107
  - term: ἥδε
108
  definition: (demonstrative pronoun, feminine) this
109
  declension:
 
112
  - [genitive, τῆσδε, τῶνδε ]
113
  - [dative, τῇδε, ταῖσδε]
114
  - [accusative, τήνδε, τάσδε ]
115
+ - [vocative, N/A, N/A ]
116
  - term: τόδε
117
  definition: (demonstrative pronoun, neuter) this
118
  declension:
 
121
  - [genitive, τοῦδε, τῶνδε ]
122
  - [dative, τῷδε, τοῖσδε]
123
  - [accusative, τόδε, τάδε ]
124
+ - [vocative, N/A, N/A ]
125
  - term: ἐκεῖνος
126
  definition: (demonstrative pronoun, masculine) that
127
  declension:
 
130
  - [genitive, ἐκείνου, ἐκείνων ]
131
  - [dative, ἐκείνῳ, ἐκείνοις]
132
  - [accusative, ἐκεῖνον, ἐκείνους]
133
+ - [vocative, N/A, N/A ]
134
  - term: ἐκείνη
135
  definition: (demonstrative pronoun, feminine) that
136
  declension:
137
  - ["", singular, plural]
138
+ - [nominative, ἐκείνη, ἐκεῖναι ]
139
  - [genitive, ἐκείνης, ἐκείνων]
140
  - [dative, ἐκείνῃ, ἐκείναις]
141
  - [accusative, ἐκείνην, ἐκείνας]
142
+ - [vocative, N/A, N/A ]
143
  - term: (demonstrative pronoun, neuter) ἐκεῖνο
144
  definition: that
145
  declension:
 
148
  - [genitive, ἐκείνου, ἐκείνων ]
149
  - [dative, ἐκείνῳ, ἐκείνοις]
150
  - [accusative, ἐκεῖνο, ἐκεῖνα ]
151
+ - [vocative, N/A, N/A ]
152
+ - term: ἐκεῖνος ... οὗτος
153
+ definition: the former ... the latter
154
+ - term: ὅς
155
+ definition:
156
+ - (pronoun, masculine) this
157
+ - (relative pronoun, masculine) who
158
+ - (relative pronoun, masculine) which
159
+ - (relative pronoun, masculine) that
160
+ declension:
161
+ - ["", singular, plural]
162
+ - [nominative, ὅς, οἵ ]
163
+ - [genitive, οὗ, ὧν ]
164
+ - [dative, ᾧ, οἷς ]
165
+ - [accusative, ὅν, οὕς ]
166
+ - [vocative, N/A, N/A ]
167
+ - term: ἥ
168
+ definition:
169
+ - (pronoun) this
170
+ - (relative pronoun, feminine) who
171
+ - (relative pronoun, feminine) which
172
+ - (relative pronoun, feminine) that
173
+ declension:
174
+ - ["", singular, plural]
175
+ - [nominative, ἥ, αἵ ]
176
+ - [genitive, ἧς, ὧν ]
177
+ - [dative, ᾗ, αἷς ]
178
+ - [accusative, ἥν, ἅς ]
179
+ - [vocative, N/A, N/A ]
180
+ - term: ὅ
181
+ definition:
182
+ - (pronoun, neuter) this
183
+ - (relative pronoun, neuter) who
184
+ - (relative pronoun, neuter) which
185
+ - (relative pronoun, neuter) that
186
+ declension:
187
+ - ["", singular, plural]
188
+ - [nominative, ὅ, ἅ ]
189
+ - [genitive, οὗ, ὧν ]
190
+ - [dative, ᾧ, οἷς ]
191
+ - [accusative, ὅ, ἅ ]
192
+ - [vocative, N/A, N/A ]
193
+ - term: ὅσπερ
194
+ definition:
195
+ - (intensive relative pronoun, masculine) the very one who
196
+ - (intensive relative pronoun, masculine) the very thing which
197
+ declension:
198
+ - ["", singular, plural]
199
+ - [nominative, ὅσπερ, οἵπερ ]
200
+ - [genitive, οὗπερ, ὧνπερ ]
201
+ - [dative, ᾧπερ, οἷσπερ]
202
+ - [accusative, ὅνπερ, οὕσπερ]
203
+ - [vocative, N/A, N/A ]
204
+ - term: ἥπερ
205
+ definition:
206
+ - (intensive relative pronoun, feminine) the very one who
207
+ - (intensive relative pronoun, feminine) the very thing which
208
+ declension:
209
+ - ["", singular, plural]
210
+ - [nominative, ἥπερ, αἵπερ ]
211
+ - [genitive, ἧσπερ, ὧνπερ ]
212
+ - [dative, ᾗπερ, αἷσπερ]
213
+ - [accusative, ἥνπερ, ἅσπερ ]
214
+ - [vocative, N/A, N/A ]
215
+ - term: ὅπερ
216
+ definition:
217
+ - (intensive relative pronoun, neuter) the very one who
218
+ - (intensive relative pronoun, neuter) the very thing which
219
+ declension:
220
+ - ["", singular, plural]
221
+ - [nominative, ὅπερ, ἅπερ ]
222
+ - [genitive, οὗπερ, ὧνπερ ]
223
+ - [dative, ᾧπερ, οἷσπερ]
224
+ - [accusative, ὅπερ, ἅπερ ]
225
+ - [vocative, N/A, N/A ]
226
+ - term: τις
227
+ definition:
228
+ - (indefinite pronoun, masculine & feminine) someone
229
+ - (indefinite pronoun, masculine & feminine) something
230
+ - (indefinite pronoun, masculine & feminine) anyone
231
+ - (indefinite pronoun, masculine & feminine) anything
232
+ - (indefinite pronoun, masculine & feminine) some
233
+ - (indefinite pronoun, masculine & feminine) any
234
+ declension:
235
+ - ["", singular, plural]
236
+ - [nominative, τις, τινές ]
237
+ - [genitive, τινός, τινῶν ]
238
+ - [dative, τινί, τισί ]
239
+ - [accusative, τινά, τινάς ]
240
+ - [vocative, N/A, N/A ]
241
+ - term: τι
242
+ definition:
243
+ - (indefinite pronoun, neuter) someone
244
+ - (indefinite pronoun, neuter) something
245
+ - (indefinite pronoun, neuter) anyone
246
+ - (indefinite pronoun, neuter) anything
247
+ - (indefinite pronoun, neuter) some
248
+ - (indefinite pronoun, neuter) any
249
+ declension:
250
+ - ["", singular, plural]
251
+ - [nominative, τι, τινά ]
252
+ - [genitive, τινός, τινῶν ]
253
+ - [dative, τινί, τισί ]
254
+ - [accusative, τι, τινά ]
255
+ - [vocative, N/A, N/A ]
256
+ - term: τίς
257
+ definition:
258
+ - (interrogative pron./adj., masculine/feminine) who?
259
+ - (interrogative pron./adj., masculine/feminine) what?
260
+ - (interrogative pron./adj., masculine/feminine) which?
261
+ declension:
262
+ - ["", singular, plural ]
263
+ - [nominative, τίς, τίνες ]
264
+ - [genitive, "τίνος, τοῦ", τίνων ]
265
+ - [dative, "τίνι, τῷ", τίσι(ν)]
266
+ - [accusative, τίνα, τίνας ]
267
+ - [vocative, N/A, N/A ]
268
+ - term: τί
269
+ definition:
270
+ - (interrogative pron./adj., neuter) who?
271
+ - (interrogative pron./adj., neuter) what?
272
+ - (interrogative pron./adj., neuter) which?
273
+ declension:
274
+ - ["", singular, plural ]
275
+ - [nominative, τί, τίνα ]
276
+ - [genitive, "τίνος, τοῦ", τίνων ]
277
+ - [dative, "τίνι, τῷ", τίσι(ν)]
278
+ - [accusative, τί, τίνα ]
279
+ - [vocative, N/A, N/A ]
280
+ - term: ὅστις
281
+ definition:
282
+ - (indefinite relative pronoun, masculine) anyone who
283
+ - (indefinite relative pronoun, masculine) anything which
284
+ - (indirect interrogative pronoun, masculine) who
285
+ - (indirect interrogative pronoun, masculine) which
286
+ - (indirect interrogative pronoun, masculine) what
287
+ declension:
288
+ - ["", singular, plural ]
289
+ - [nominative, ὅστις, οἵτινες ]
290
+ - [genitive, οὗτινος, ὧντινων ]
291
+ - [dative, ᾧτινι, οἷστισι ]
292
+ - [accusative, ὅντινα, οὕστινας]
293
+ - [vocative, N/A, N/A ]
294
+ - term: ἥτις
295
+ definition:
296
+ - (indefinite relative pronoun, feminine) anyone who
297
+ - (indefinite relative pronoun, feminine) anything which
298
+ - (indirect interrogative pronoun, feminine) who
299
+ - (indirect interrogative pronoun, feminine) which
300
+ - (indirect interrogative pronoun, feminine) what
301
+ declension:
302
+ - ["", singular, plural ]
303
+ - [nominative, ἥτις, αἵτινες]
304
+ - [genitive, ἧστινος, ὧντινων]
305
+ - [dative, ᾗτινι, αἷστισι]
306
+ - [accusative, ἥντινα, ἅστινας]
307
+ - [vocative, N/A, N/A ]
308
+ - term: ὅ τι
309
+ definition:
310
+ - (indefinite relative pronoun, neuter) anyone who
311
+ - (indefinite relative pronoun, neuter) anything which
312
+ - (indirect interrogative pronoun, neuter) who
313
+ - (indirect interrogative pronoun, neuter) which
314
+ - (indirect interrogative pronoun, neuter) what
315
+ declension:
316
+ - ["", singular, plural ]
317
+ - [nominative, ὅ τι, ἅτινα ]
318
+ - [genitive, οὗτινος, ὧντινων]
319
+ - [dative, ᾧτινι, οἷστισι]
320
+ - [accusative, ὅ τι, ἅτινα ]
321
+ - [vocative, N/A, N/A]
322
+ - term: ἐγώ
323
+ definition: I
324
+ declension:
325
+ - ["", singular, plural]
326
+ - [nominative, ἐγώ, ἡμεῖς ]
327
+ - [genitive, "ἐμοῦ, μου", ἡμῶν ]
328
+ - [dative, "ἐμοί, μοι", ἡμῖν ]
329
+ - [accusative, "ἐμέ, με", ἡμᾶς ]
330
+ - [vocative, N/A, N/A ]
331
+ - term: ἐμαυτοῦ
332
+ definition: (reflexive 1st person pronoun, masculine) myself
333
+ declension:
334
+ - ["", singular, plural ]
335
+ - [nominative, N/A, N/A ]
336
+ - [genitive, ἐμαυτοῦ, ἡμῶν αὐτῶν ]
337
+ - [dative, ἐμαυτῷ, ἡμῖν αὐτοῖς]
338
+ - [accusative, ἐμαυτόν, ἡμᾶς αὐτούς]
339
+ - [vocative, N/A, N/A ]
340
+ - term: ἐμαυτῆς
341
+ definition: (reflexive 1st person pronoun, feminine) myself
342
+ declension:
343
+ - ["", singular, plural ]
344
+ - [nominative, N/A, N/A ]
345
+ - [genitive, ἐμαυτῆς, ἡμῶν αὐτῶν ]
346
+ - [dative, ἐμαυτῇ, ἡμῖν αὐταῖς]
347
+ - [accusative, ��μαυτήν, ἡμᾶς αὐτάς ]
348
+ - [vocative, N/A, N/A ]
349
+ - term: σύ
350
+ definition: you
351
+ declension:
352
+ - ["", singular, plural]
353
+ - [nominative, σύ, ὑμεῖς ]
354
+ - [genitive, "σοῦ, σου", ὑμῶν ]
355
+ - [dative, "σοί, σοι", ὑμῖν ]
356
+ - [accusative, "σέ, σε", ὑμᾶς ]
357
+ - [vocative, N/A, N/A ]
358
+ - term: σεαυτοῦ
359
+ definition: (reflexive 2nd personal pronoun, masculine) yourself
360
+ declension:
361
+ - ["", singular, plural ]
362
+ - [nominative, N/A, N/A ]
363
+ - [genitive, σεαυτοῦ, ὑμῶν αὐτῶν ]
364
+ - [dative, σεαυτῷ, ὑμῖν αὐτοῖς]
365
+ - [accusative, σεαυτόν, ὑμᾶς αὐτούς]
366
+ - [vocative, N/A, N/A ]
367
+ - term: σεαυτῆς
368
+ definition: (reflexive 2nd personal pronoun, feminine) yourself
369
+ declension:
370
+ - ["", singular, plural ]
371
+ - [nominative, N/A, N/A ]
372
+ - [genitive, σεαυτῆς, ὑμῶν αὐτῶν ]
373
+ - [dative, σεαυτῇ, ὑμῖν αὐταῖς]
374
+ - [accusative, σεαυτήν, ὑμᾶς αὐτάς ]
375
+ - [vocative, N/A, N/A ]
376
+ - term: (ὁ) ἀλλήλων
377
+ definition:
378
+ - (reciprocal pronoun, masculine) one another
379
+ - (reciprocal pronoun, masculine) each other
380
+ declension:
381
+ - ["", singular, plural ]
382
+ - [nominative, N/A, N/A ]
383
+ - [genitive, N/A, ἀλλήλων ]
384
+ - [dative, N/A, ἀλλήλοις]
385
+ - [accusative, N/A, ἀλλήλους]
386
+ - [vocative, N/A, N/A ]
387
+ - term: (ἡ) ἀλλήλων
388
+ definition:
389
+ - (reciprocal pronoun, feminine) one another
390
+ - (reciprocal pronoun, feminine) each other
391
+ declension:
392
+ - ["", singular, plural ]
393
+ - [nominative, N/A, N/A ]
394
+ - [genitive, N/A, ἀλλήλων ]
395
+ - [dative, N/A, ἀλλήλαις]
396
+ - [accusative, N/A, ἀλλήλας ]
397
+ - [vocative, N/A, N/A ]
398
+ - term: (τό) ἀλλήλων
399
+ definition:
400
+ - (reciprocal pronoun, neuter) one another
401
+ - (reciprocal pronoun, neuter) each other
402
+ declension:
403
+ - ["", singular, plural ]
404
+ - [nominative, N/A, N/A ]
405
+ - [genitive, N/A, ἀλλήλων ]
406
+ - [dative, N/A, ἀλλήλοις]
407
+ - [accusative, N/A, ἄλληλα ]
408
+ - [vocative, N/A, N/A ]
409
  - term: καί
410
  definition:
411
+ - (conj.) and
412
+ - (conj.) also
413
+ - (conj.) even
414
  - term: καί ... καί ...
415
  definition: both ... and ...
416
  - term: μέν
417
  definition:
418
+ - (part.) indeed
419
+ - (part.) accordingly
420
  - term: δέ
 
 
 
 
 
 
 
 
421
  definition:
422
+ - (part. & conj.) and,
423
+ - (part. & conj.) but
424
+ - term: μέν ... δέ
425
+ definition: on the one hand ... on the other hand (often untranslated)
426
  - term: εἰμί, ἔσομαι, ἦν, εἶναι
427
  definition: to be, exist
428
  - term: οὗτος αὕτη τοῦτο
 
482
  - (accusative) towards
483
  - (accusative) for the purpose of
484
  - (accusative) according to
 
 
 
 
485
  - term: πρός
486
  definition:
487
  - from the side of
 
540
  definition: around, about; concerning (+gen.)
541
  - term: μή
542
  definition: not (marks the negative as subjective or conditional); εἰ μή if not, except
 
 
543
  - term: ἄν
544
  definition: [marks verbs as potential (with optative), or generalizing (with subjunctive)]
 
 
545
  - term: ἀνά
546
  definition: up, on; throughout
547
  - term: ὅτι
 
574
  definition: god, goddess
575
  - term: μετά
576
  definition: with (+gen.); after (+acc.)
 
 
577
  - term: μέγας μεγάλη μέγα
578
  definition: big, great, powerful
579
  - term: οὐδέ
 
814
  definition: neither...nor
815
  - term: μέσος μέση μέσον
816
  definition: middle, in the middle, moderate; τὸ μέσον midst
 
 
817
  - term: ἀεί
818
  definition: always
819
  - term: φίλος φίλη φίλον
 
860
  definition: suffer, experience, be affected in a certain way (+adv.)
861
  - term: πῶς
862
  definition: how?
 
 
863
  - term: τοσοῦτος -αύτη -οῦτο(ν)
864
  definition: so large, so much
865
  - term: σύν