QubitPi commited on
Commit
ba4818a
1 Parent(s): f677a33
Files changed (2) hide show
  1. .yamllint +2 -0
  2. README.md +5 -5
.yamllint CHANGED
@@ -19,3 +19,5 @@ rules:
19
  max-spaces-inside: -1
20
  empty-lines:
21
  max: 3
 
 
 
19
  max-spaces-inside: -1
20
  empty-lines:
21
  max: 3
22
+ indentation:
23
+ spaces: 2
README.md CHANGED
@@ -5,7 +5,7 @@ Wilhelm Vocabulary
5
  [![Apache License Badge]][Apache License, Version 2.0]
6
 
7
  <!-- TOC -->
8
- -
9
  - [Wilhelm Vocabulary](#wilhelm-vocabulary)
10
  - [Data Format](#data-format)
11
  - [Data Pipeline](#data-pipeline)
@@ -27,7 +27,7 @@ Wilhelm Vocabulary
27
  - [Diacritic Mark Convention](#diacritic-mark-convention)
28
  - [Greek YAML Schema](#greek-yaml-schema)
29
  - [Greek Noun](#greek-noun)
30
- - [Greek Verb](#greek-verb)
31
  - [Latin](#latin)
32
  - [Classical Hebrew (Coming Soon)](#classical-hebrew-coming-soon)
33
  - [Korean](#korean)
@@ -438,7 +438,7 @@ _-ης_, and add the appropriate endings to the stem which gives following parad
438
  | accusative | τέχνην | τέχνᾱς |
439
  | vocative | τέχνη | τέχναι |
440
 
441
- ##### Greek Verb
442
 
443
  The Greek verb has __6__ principal parts. All 6 must be learned whenever a new verb is encountered:
444
 
@@ -462,8 +462,8 @@ In practice, however,
462
  [obtaining precise and complete principal parts for some verbs has been proven to be impossible](https://latin.stackexchange.com/a/17432).
463
  While the best efforts have been made for reconstructing the complete principal parts, we also put a link to the
464
  Wiktionary of each verb for
465
- [wilhelm-python-sdk](https://sdk.wilhelmlang.com/en/latest/#module-wilhelm_python_sdk.ancient_greek_wiktionary_parser), which will dynamically
466
- load the complete conjugation tables into graph database.
467
 
468
  What's also being loaded are the reconstructed principal parts with a list of references that validate the
469
  reconstruction.
 
5
  [![Apache License Badge]][Apache License, Version 2.0]
6
 
7
  <!-- TOC -->
8
+
9
  - [Wilhelm Vocabulary](#wilhelm-vocabulary)
10
  - [Data Format](#data-format)
11
  - [Data Pipeline](#data-pipeline)
 
27
  - [Diacritic Mark Convention](#diacritic-mark-convention)
28
  - [Greek YAML Schema](#greek-yaml-schema)
29
  - [Greek Noun](#greek-noun)
30
+ - [Greek Verb](#greek-verb)
31
  - [Latin](#latin)
32
  - [Classical Hebrew (Coming Soon)](#classical-hebrew-coming-soon)
33
  - [Korean](#korean)
 
438
  | accusative | τέχνην | τέχνᾱς |
439
  | vocative | τέχνη | τέχναι |
440
 
441
+ #### Greek Verb
442
 
443
  The Greek verb has __6__ principal parts. All 6 must be learned whenever a new verb is encountered:
444
 
 
462
  [obtaining precise and complete principal parts for some verbs has been proven to be impossible](https://latin.stackexchange.com/a/17432).
463
  While the best efforts have been made for reconstructing the complete principal parts, we also put a link to the
464
  Wiktionary of each verb for
465
+ [wilhelm-python-sdk](https://sdk.wilhelmlang.com/en/latest/#module-wilhelm_python_sdk.ancient_greek_wiktionary_parser),
466
+ which will dynamically load the complete conjugation tables into graph database.
467
 
468
  What's also being loaded are the reconstructed principal parts with a list of references that validate the
469
  reconstruction.