Ericu950 commited on
Commit
94a3152
·
verified ·
1 Parent(s): 188f1fc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -17
README.md CHANGED
@@ -1,19 +1,69 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: macronized
5
- dtype: string
6
- - name: plain
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 833127461
11
- num_examples: 2234599
12
- download_size: 399705065
13
- dataset_size: 833127461
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - grc
4
+ license: other
5
+ task_categories:
6
+ - text-generation
7
+ - token-classification
8
+ tags:
9
+ - ancient-greek
10
+ - vowel-length
11
+ - macronization
12
+ - classics
13
+ pretty_name: OGA Macronized (Ancient Greek Vowel Length)
14
+ size_categories:
15
+ - 1M<n<10M
 
 
 
16
  ---
17
+
18
+ # OGA Macronized
19
+
20
+ Automatically macronized Ancient Greek text: the phonemic length of the three
21
+ "dichrona" (ambiguous-length letters) — alpha (α), iota (ι), upsilon (υ) — has
22
+ been marked wherever the [grc-macronizer](https://github.com/Urdatorn/grc-macronizer)
23
+ rule-based system could disambiguate it with confidence. A trailing `^` marks a
24
+ short dichronon, a trailing `_` marks a long one; dichrona the macronizer could
25
+ not resolve are left unmarked (never guessed).
26
+
27
+ ## Source
28
+
29
+ Text is the [Opera Graeca Adnotata](https://doi.org/10.5281/zenodo.14206061)
30
+ corpus (Celano 2024) — ~40M tokens of Ancient Greek aggregating First1KGreek,
31
+ the Patristic Text Archive, and Perseus' canonical-greekLit, with lemma/POS/
32
+ morphology already annotated by Celano's own parser. That existing annotation
33
+ was converted directly into the macronizer's internal representation (bypassing
34
+ any separate NLP pipeline) and run through the rule-based macronizer.
35
+
36
+ - 2,234,599 sentences
37
+ - Overall dichrona-in-open-syllables macronization ratio: 69.20%
38
+ (11,627,591 / 16,802,080 disambiguated)
39
+
40
+ ## Fields
41
+
42
+ - `macronized`: the sentence with `^`/`_` markup, e.g. `χρὴ γι^νώσκειν ὅτι^ πά_σης τῆς γῆς`
43
+ - `plain`: the same sentence with markup stripped (i.e. ordinary Greek orthography)
44
+
45
+ ## Intended use
46
+
47
+ Training data for sequence models that predict Ancient Greek vowel length
48
+ (e.g. a char-level tagger), and as an intermediate resource for downstream
49
+ prosody-aware NLP (verse scansion, metrical classification, morphology
50
+ disambiguation of the dichrona-bearing minimal pairs like ἄν/ἂν).
51
+
52
+ Note: labels are *silver*, not gold — they come from a rule-based system that
53
+ is deliberately conservative (does not guess), not from human annotation. For
54
+ gold-standard evaluation, see
55
+ [Norma Syllabarum Graecarum](https://github.com/Urdatorn/norma-syllabarum-graecarum).
56
+
57
+ ## License
58
+
59
+ The underlying OGA corpus is distributed by its authors under the terms shown
60
+ on its [Zenodo record](https://doi.org/10.5281/zenodo.14206061); check that
61
+ record for the authoritative license before redistribution. The macronization
62
+ itself is produced by software licensed under GNU GPL v3
63
+ ([grc-macronizer](https://github.com/Urdatorn/grc-macronizer)).
64
+
65
+ ## Citation
66
+
67
+ > Giuseppe G. A. Celano. Opera Graeca Adnotata: Building a 34M+ Token Multilayer Corpus for Ancient Greek. arXiv:2404.00739.
68
+
69
+ > Thörn Cleland, Albin and Eric Cullhed (forthcoming). Automatic Annotation of Ancient Greek Vowel Length.