QubitPi commited on
Commit
8b99d3c
1 Parent(s): ee652c7

Tidying AG vocabulary

Browse files
Files changed (3) hide show
  1. README.md +31 -1
  2. greek.yaml +9 -1
  3. latin.yaml +0 -2
README.md CHANGED
@@ -487,6 +487,10 @@ every word. This would be impractical manually but practical automatically using
487
  [wilhelm-python-sdk](https://github.com/QubitPi/wilhelm-python-sdk). The sections below will make references to the
488
  certain parts of SDK.
489
 
 
 
 
 
490
  #### Diacritic Mark Convention
491
 
492
  We employ the following 3 diacritic signs only in vocabulary:
@@ -511,14 +515,40 @@ gender, and the English meaning. For example.
511
  - art,
512
  - skill,
513
  - craft
 
514
  ```
515
 
516
  the vocabulary entry above consists of the following 4 items:
517
 
518
  1. τέχνη: nominative singular
519
  2. τέχνης: genitive singular
520
- 3. ἡ: nominative feminine singular of the article, which shows that the gender of the noun is feminine
 
 
 
 
 
 
521
  4. a list of English meanings of the word
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
522
 
523
  The declension of the entry is not shown because to decline any noun, we can take the genitive singular, remove the
524
  genitive singular ending to get the stem, and then add the proper set of endings to the stem based on its declension
 
487
  [wilhelm-python-sdk](https://github.com/QubitPi/wilhelm-python-sdk). The sections below will make references to the
488
  certain parts of SDK.
489
 
490
+ > [!NOTE]
491
+ >
492
+ > Unless otherwise mentioned, we are talking about Attic Greek throughout this repository.
493
+
494
  #### Diacritic Mark Convention
495
 
496
  We employ the following 3 diacritic signs only in vocabulary:
 
515
  - art,
516
  - skill,
517
  - craft
518
+ declension class: 1st
519
  ```
520
 
521
  the vocabulary entry above consists of the following 4 items:
522
 
523
  1. τέχνη: nominative singular
524
  2. τέχνης: genitive singular
525
+ 3. ἡ: nominative feminine singular of the article, which shows that the gender of the noun is feminine. Gender will be
526
+ indicated by the appropriate form of the definite article "the":
527
+
528
+ - ὁ for the masculine nouns
529
+ - ἡ for the feminine nouns
530
+ - τό for the neutor nouns
531
+
532
  4. a list of English meanings of the word
533
+ 5. the noun employs the first declension. The 3 classes of declensions are
534
+
535
+ 1. first declension (`1st`)
536
+ 2. second declension (`2nd`)
537
+ 3. third declension (`3rd`)
538
+
539
+ A multi-form nouns will have a list for this field. For example
540
+
541
+ ```yaml
542
+ - term: αὐτός αὐτή αὐτό
543
+ definition:
544
+ - (without article) he, she, it, they
545
+ - (without article) himself, herself, itself, themselves
546
+ - (with definite article) same
547
+ declension class:
548
+ αὐτός: 2nd
549
+ αὐτή: 1st
550
+ αὐτό: 2nd
551
+ ```
552
 
553
  The declension of the entry is not shown because to decline any noun, we can take the genitive singular, remove the
554
  genitive singular ending to get the stem, and then add the proper set of endings to the stem based on its declension
greek.yaml CHANGED
@@ -6,6 +6,10 @@ vocabulary:
6
  - (without article) he, she, it, they
7
  - (without article) himself, herself, itself, themselves
8
  - (with definite article) same
 
 
 
 
9
  - term: καί
10
  definition:
11
  - and
@@ -686,6 +690,7 @@ vocabulary:
686
  - art,
687
  - skill,
688
  - craft
 
689
  - term: χρῆμα χρήματος, τό
690
  definition: thing, matter; (more commonly in pl.) goods or property, esp. money
691
  - term: σῴζω, σώσω, ἔσωσα, σέσωκα, ἐσώθην
@@ -693,7 +698,10 @@ vocabulary:
693
  - term: πέμπω, πέμψω, ἔπεμψα, πέπομφα, πέπεμμαι, ἐπέμφθην
694
  definition: send
695
  - term: φωνή φωνῆς, ἡ
696
- definition: sound, voice
 
 
 
697
  - term: ἕνεκα
698
  definition: on account of, for the sake of (+gen.)
699
  - term: ἀπόλλυμι, ἀπολῶ, ἀπώλεσα, 2 aor. mid. ἀπωλόμην, pf. ἀπολώλεκα (“I have utterly destroyed”) or ἀπόλωλα (“I am undone”)
 
6
  - (without article) he, she, it, they
7
  - (without article) himself, herself, itself, themselves
8
  - (with definite article) same
9
+ declension class:
10
+ αὐτός: 2nd
11
+ αὐτή: 1st
12
+ αὐτό: 2nd
13
  - term: καί
14
  definition:
15
  - and
 
690
  - art,
691
  - skill,
692
  - craft
693
+ declension class: first
694
  - term: χρῆμα χρήματος, τό
695
  definition: thing, matter; (more commonly in pl.) goods or property, esp. money
696
  - term: σῴζω, σώσω, ἔσωσα, σέσωκα, ἐσώθην
 
698
  - term: πέμπω, πέμψω, ἔπεμψα, πέπομφα, πέπεμμαι, ἐπέμφθην
699
  definition: send
700
  - term: φωνή φωνῆς, ἡ
701
+ definition:
702
+ - sound
703
+ - voice
704
+ declension class: first
705
  - term: ἕνεκα
706
  definition: on account of, for the sake of (+gen.)
707
  - term: ἀπόλλυμι, ἀπολῶ, ἀπώλεσα, 2 aor. mid. ἀπωλόμην, pf. ἀπολώλεκα (“I have utterly destroyed”) or ἀπόλωλα (“I am undone”)
latin.yaml CHANGED
@@ -1,6 +1,4 @@
1
  vocabulary:
2
- - term: Headword
3
- definition: Definition
4
  - term: ā ab abs
5
  definition: from, by (+abl.)
6
  - term: abeō -īre -iī -itum
 
1
  vocabulary:
 
 
2
  - term: ā ab abs
3
  definition: from, by (+abl.)
4
  - term: abeō -īre -iī -itum