Sentence-level stylometric classifiers
These models predict sentence labels using style-oriented feature families derived from the current gpt-5.6-luna grammar parses. The evaluation is cross-validated on the parsed subset and compared with a majority-label chance baseline inside each fold.
Download classifier metrics CSV | Download classifier features CSV
| Source | Version/source ID | Model | Labels | Buckets | Handling |
|---|---|---|---|---|---|
| LLM original three-way | original-myth-history-other | 11,302 | historical: 3,434, mythic: 3,598, other: 4,270 | Stored in sentence_greta_tags as mythic/historical/other. | |
| LLM Greta-inspired flags | greta-inspired-myth-history-other | gpt-5.4-mini | 11,302 | both: 184, historical: 3,093, mythic: 2,887, other: 5,138 | Stored as independent mythic/historical flags; strict three-way rows drop the rare both label. |
| Book 3 manual Greta/Rosie | greta-rosie-book3-rtf-2026-05-28 | manual | 959 | both: 6, historical: 233, mythic: 299, other: 421 | Book 3 hand labels; strict three-way rows drop mixed mythic/historical labels. |
UPOS, dependency labels, morphology, sentence-length bins, and head-dependent relations from the LLM grammar parser.
Maximum selected features: 240.
Surface forms and UPOS/dependency profiles for grammatical tokens: articles, pronouns, prepositions, conjunctions, particles, and auxiliaries.
Maximum selected features: 160.
Traditional character 4-gram stylometric baseline over normalized Greek sentence text.
Maximum selected features: 220.
| Label source | Task | Features | n | Label counts | Features | Accuracy | Chance baseline | Delta | Macro F1 | Status |
|---|---|---|---|---|---|---|---|---|---|---|
| LLM original three-way | 3-way classifier | Morphosyntax | 2,920 | historical: 892, mythic: 866, other: 1,162 | 240 | 0.591 | 0.398 | 0.193 | 0.584 | ready |
| LLM original three-way | 3-way classifier | Function Words | 2,920 | historical: 892, mythic: 866, other: 1,162 | 160 | 0.481 | 0.398 | 0.083 | 0.475 | ready |
| LLM original three-way | 3-way classifier | Character 4-Grams | 2,920 | historical: 892, mythic: 866, other: 1,162 | 220 | 0.558 | 0.398 | 0.160 | 0.553 | ready |
| LLM original three-way | 2-way classifier, other dropped | Morphosyntax | 1,758 | historical: 892, mythic: 866 | 240 | 0.653 | 0.507 | 0.146 | 0.653 | ready |
| LLM original three-way | 2-way classifier, other dropped | Function Words | 1,758 | historical: 892, mythic: 866 | 160 | 0.615 | 0.507 | 0.108 | 0.615 | ready |
| LLM original three-way | 2-way classifier, other dropped | Character 4-Grams | 1,758 | historical: 892, mythic: 866 | 220 | 0.680 | 0.507 | 0.173 | 0.680 | ready |
| LLM original three-way | Historical vs. everything else | Morphosyntax | 2,920 | not historical: 2,028, historical: 892 | 240 | 0.692 | 0.695 | -0.002 | 0.666 | ready |
| LLM original three-way | Historical vs. everything else | Function Words | 2,920 | not historical: 2,028, historical: 892 | 160 | 0.614 | 0.695 | -0.081 | 0.594 | ready |
| LLM original three-way | Historical vs. everything else | Character 4-Grams | 2,920 | not historical: 2,028, historical: 892 | 220 | 0.711 | 0.695 | 0.016 | 0.684 | ready |
| LLM original three-way | Mythic vs. everything else | Morphosyntax | 2,920 | not mythic: 2,054, mythic: 866 | 240 | 0.655 | 0.703 | -0.048 | 0.626 | ready |
| LLM original three-way | Mythic vs. everything else | Function Words | 2,920 | not mythic: 2,054, mythic: 866 | 160 | 0.621 | 0.703 | -0.083 | 0.585 | ready |
| LLM original three-way | Mythic vs. everything else | Character 4-Grams | 2,920 | not mythic: 2,054, mythic: 866 | 220 | 0.636 | 0.703 | -0.067 | 0.605 | ready |
| LLM Greta-inspired flags | 3-way classifier | Morphosyntax | 2,884 | historical: 827, mythic: 697, other: 1,360 | 240 | 0.615 | 0.472 | 0.144 | 0.591 | ready |
| LLM Greta-inspired flags | 3-way classifier | Function Words | 2,884 | historical: 827, mythic: 697, other: 1,360 | 160 | 0.506 | 0.472 | 0.035 | 0.492 | ready |
| LLM Greta-inspired flags | 3-way classifier | Character 4-Grams | 2,884 | historical: 827, mythic: 697, other: 1,360 | 220 | 0.578 | 0.472 | 0.106 | 0.564 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Morphosyntax | 1,524 | historical: 827, mythic: 697 | 240 | 0.666 | 0.543 | 0.123 | 0.665 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Function Words | 1,524 | historical: 827, mythic: 697 | 160 | 0.616 | 0.543 | 0.073 | 0.614 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Character 4-Grams | 1,524 | historical: 827, mythic: 697 | 220 | 0.689 | 0.543 | 0.146 | 0.688 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Morphosyntax | 2,920 | not historical: 2,057, historical: 863 | 240 | 0.695 | 0.704 | -0.010 | 0.665 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Function Words | 2,920 | not historical: 2,057, historical: 863 | 160 | 0.606 | 0.704 | -0.098 | 0.581 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Character 4-Grams | 2,920 | not historical: 2,057, historical: 863 | 220 | 0.693 | 0.704 | -0.011 | 0.666 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Morphosyntax | 2,920 | not mythic: 2,187, mythic: 733 | 240 | 0.715 | 0.749 | -0.034 | 0.670 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Function Words | 2,920 | not mythic: 2,187, mythic: 733 | 160 | 0.657 | 0.749 | -0.092 | 0.605 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Character 4-Grams | 2,920 | not mythic: 2,187, mythic: 733 | 220 | 0.675 | 0.749 | -0.074 | 0.626 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Morphosyntax | 254 | historical: 58, mythic: 75, other: 121 | 240 | 0.512 | 0.476 | 0.035 | 0.487 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Function Words | 254 | historical: 58, mythic: 75, other: 121 | 160 | 0.402 | 0.476 | -0.075 | 0.383 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Character 4-Grams | 254 | historical: 58, mythic: 75, other: 121 | 220 | 0.496 | 0.476 | 0.020 | 0.476 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Morphosyntax | 133 | historical: 58, mythic: 75 | 240 | 0.549 | 0.564 | -0.015 | 0.543 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Function Words | 133 | historical: 58, mythic: 75 | 160 | 0.511 | 0.564 | -0.053 | 0.511 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Character 4-Grams | 133 | historical: 58, mythic: 75 | 220 | 0.654 | 0.564 | 0.090 | 0.650 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Morphosyntax | 256 | not historical: 196, historical: 60 | 240 | 0.691 | 0.766 | -0.074 | 0.599 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Function Words | 256 | not historical: 196, historical: 60 | 160 | 0.617 | 0.766 | -0.148 | 0.548 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Character 4-Grams | 256 | not historical: 196, historical: 60 | 220 | 0.723 | 0.766 | -0.043 | 0.643 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Morphosyntax | 256 | not mythic: 179, mythic: 77 | 240 | 0.629 | 0.699 | -0.070 | 0.580 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Function Words | 256 | not mythic: 179, mythic: 77 | 160 | 0.547 | 0.699 | -0.152 | 0.508 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Character 4-Grams | 256 | not mythic: 179, mythic: 77 | 220 | 0.660 | 0.699 | -0.039 | 0.608 | ready |
| Label source | Task | Feature family | Top coefficients |
|---|---|---|---|
| LLM original three-way | 3-way classifier | Morphosyntax | historical: DepRel conj (0.943)historical: UPOS DET (0.672)historical: DepRel/UPOS obl:NOUN (0.620)historical: DepRel/UPOS advmod:ADV (0.456)historical: UPOS ADP (0.416)historical: UPOS PROPN (0.411)historical: DepRel/UPOS cc:CCONJ (0.402)historical: DepRel/UPOS nsubj:NOUN (0.401) |
| LLM original three-way | 3-way classifier | Function Words | historical: Function form/UPOS δὲ:CCONJ (0.510)historical: Function UPOS PART (0.459)historical: Function word δʼ (0.451)historical: Function form/UPOS τὴν:DET (0.439)historical: Function UPOS PRON (0.401)historical: Function word μὲν (0.399)historical: Function word ὁ (0.385)historical: Function form/UPOS οἱ:DET (0.380) |
| LLM original three-way | 3-way classifier | Character 4-Grams | historical: char 4-gram κατὰ (0.400)historical: char 4-gram ακεδ (0.381)historical: char 4-gram ἀθην (0.364)historical: char 4-gram γὰρ (0.332)historical: char 4-gram ἶναι (0.287)historical: char 4-gram τὴν (0.241)historical: char 4-gram καὶ (0.173)historical: char 4-gram κατ (0.163) |
| LLM original three-way | 2-way classifier, other dropped | Morphosyntax | mythic: Feature Tense=Pres (1.169)mythic: Head>child NOUN>DET (0.933)mythic: UPOS ADV (0.869)mythic: Head>child PROPN>DET (0.623)mythic: Head direction conj:right (0.613)mythic: DepRel/UPOS acl:VERB (0.493)mythic: Root UPOS VERB (0.476)mythic: Feature Tense=Aor (0.449) |
| LLM original three-way | 2-way classifier, other dropped | Function Words | mythic: Function form/UPOS δʼ:CCONJ (0.553)mythic: Function word δὲ (0.417)mythic: Function word τε (0.358)mythic: Function word τὸ (0.357)mythic: Function word οἱ (0.334)mythic: Function form/UPOS μὲν:PART (0.294)mythic: Function word τὸν (0.281)mythic: Function form/UPOS γὰρ:PART (0.276) |
| LLM original three-way | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram λακε (0.513)mythic: char 4-gram γὰρ (0.490)mythic: char 4-gram εἶνα (0.440)mythic: char 4-gram τοὺσ (0.420)mythic: char 4-gram ατὰ (0.418)mythic: char 4-gram στρα (0.390)mythic: char 4-gram λέγο (0.390)mythic: char 4-gram αι δ (0.307) |
| LLM original three-way | Historical vs. everything else | Morphosyntax | historical: DepRel conj (1.043)historical: UPOS DET (0.867)historical: DepRel/UPOS obl:NOUN (0.855)historical: DepRel/UPOS advmod:ADV (0.623)historical: UPOS PRON (0.557)historical: UPOS PROPN (0.552)historical: DepRel/UPOS root:VERB (0.522)historical: DepRel/UPOS nsubj:NOUN (0.521) |
| LLM original three-way | Historical vs. everything else | Function Words | historical: Function form/UPOS δὲ:CCONJ (0.729)historical: Function UPOS PART (0.638)historical: Function form/UPOS τὴν:DET (0.592)historical: Function word δʼ (0.560)historical: Function UPOS PRON (0.547)historical: Function word μὲν (0.534)historical: Function form/UPOS οἱ:DET (0.455)historical: Function word ὁ (0.440) |
| LLM original three-way | Historical vs. everything else | Character 4-Grams | historical: char 4-gram ακεδ (0.586)historical: char 4-gram κατὰ (0.521)historical: char 4-gram ἀθην (0.477)historical: char 4-gram γὰρ (0.422)historical: char 4-gram τὴν (0.391)historical: char 4-gram ἶναι (0.358)historical: char 4-gram καὶ (0.345)historical: char 4-gram τῶι (0.282) |
| LLM original three-way | Mythic vs. everything else | Morphosyntax | mythic: Head>child NOUN>DET (0.622)mythic: DepRel/UPOS conj:PROPN (0.529)mythic: DepRel/UPOS discourse:PART (0.485)mythic: DepRel/UPOS obl:PROPN (0.481)mythic: DepRel/UPOS obl:PRON (0.478)mythic: Root UPOS VERB (0.477)mythic: Head>child VERB>ADV (0.445)mythic: DepRel/UPOS acl:VERB (0.413) |
| LLM original three-way | Mythic vs. everything else | Function Words | mythic: Function form/UPOS καὶ:CCONJ (0.614)mythic: Function word οἱ (0.600)mythic: Function form/UPOS δʼ:CCONJ (0.540)mythic: Function word τὸν (0.517)mythic: Function word τὸ (0.494)mythic: Function word τε (0.433)mythic: Function form/UPOS τὴν:DET (0.389)mythic: Function form/UPOS μὲν:PART (0.358) |
| LLM original three-way | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram γὰρ (0.586)mythic: char 4-gram λέγο (0.395)mythic: char 4-gram εἶνα (0.356)mythic: char 4-gram ἐστὶ (0.293)mythic: char 4-gram αὐτ (0.292)mythic: char 4-gram αι δ (0.287)mythic: char 4-gram τοὺσ (0.255)mythic: char 4-gram ἐστι (0.252) |
| LLM Greta-inspired flags | 3-way classifier | Morphosyntax | historical: DepRel conj (0.855)historical: DepRel/UPOS det:DET (0.801)historical: Feature Gender=Masc (0.566)historical: DepRel/UPOS obl:NOUN (0.504)historical: UPOS ADP (0.491)historical: DepRel/UPOS cc:CCONJ (0.381)historical: DepRel/UPOS obl:PROPN (0.363)historical: UPOS VERB (0.346) |
| LLM Greta-inspired flags | 3-way classifier | Function Words | historical: Function word καὶ (0.451)historical: Function form/UPOS δὲ:CCONJ (0.421)historical: Function word ὁ (0.400)historical: Function form/UPOS οἱ:DET (0.398)historical: Function UPOS PRON (0.351)historical: Function word μὲν (0.319)historical: Function form/UPOS τε:CCONJ (0.282)historical: Function UPOS PART (0.238) |
| LLM Greta-inspired flags | 3-way classifier | Character 4-Grams | historical: char 4-gram ὑπὸ (0.533)historical: char 4-gram γὰρ (0.482)historical: char 4-gram καὶ (0.344)historical: char 4-gram ακεδ (0.304)historical: char 4-gram κατὰ (0.296)historical: char 4-gram ἶναι (0.287)historical: char 4-gram τοὺ (0.205)historical: char 4-gram ἐν (0.192) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Morphosyntax | mythic: Head>child NOUN>DET (1.077)mythic: DepRel/UPOS amod:ADJ (0.763)mythic: Feature Tense=Pres (0.761)mythic: DepRel/UPOS acl:VERB (0.651)mythic: Head>child VERB>VERB (0.621)mythic: Head>child PROPN>DET (0.591)mythic: Feature Number=Sing (0.521)mythic: UPOS SCONJ (0.475) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Function Words | mythic: Function word τὰσ (0.449)mythic: Function UPOS CCONJ (0.440)mythic: Function word οἱ (0.429)mythic: Function word τὸν (0.361)mythic: Function form/UPOS μὲν:PART (0.350)mythic: Function DepRel obl (0.312)mythic: Function word τε (0.293)mythic: Function form/UPOS καὶ:CCONJ (0.283) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram ὑπὸ (0.992)mythic: char 4-gram λακε (0.683)mythic: char 4-gram στρα (0.648)mythic: char 4-gram λέγο (0.632)mythic: char 4-gram εἶνα (0.594)mythic: char 4-gram τοὺσ (0.516)mythic: char 4-gram παῖ (0.489)mythic: char 4-gram βασ (0.429) |
| LLM Greta-inspired flags | Historical vs. everything else | Morphosyntax | historical: DepRel conj (1.030)historical: DepRel/UPOS det:DET (0.955)historical: DepRel/UPOS obl:NOUN (0.836)historical: Feature Gender=Masc (0.734)historical: UPOS ADP (0.683)historical: DepRel/UPOS obl:PROPN (0.577)historical: DepRel/UPOS cc:CCONJ (0.503)historical: DepRel/UPOS advmod:ADV (0.492) |
| LLM Greta-inspired flags | Historical vs. everything else | Function Words | historical: Function form/UPOS δὲ:CCONJ (0.828)historical: Function UPOS PRON (0.570)historical: Function word καὶ (0.563)historical: Function word μὲν (0.470)historical: Function form/UPOS οἱ:DET (0.450)historical: Function word ὁ (0.445)historical: Function UPOS PART (0.433)historical: Function UPOS DET (0.396) |
| LLM Greta-inspired flags | Historical vs. everything else | Character 4-Grams | historical: char 4-gram ὑπὸ (0.710)historical: char 4-gram καὶ (0.628)historical: char 4-gram γὰρ (0.512)historical: char 4-gram ακεδ (0.510)historical: char 4-gram τοὺ (0.371)historical: char 4-gram κατὰ (0.254)historical: char 4-gram τοῖ (0.247)historical: char 4-gram τῶι (0.236) |
| LLM Greta-inspired flags | Mythic vs. everything else | Morphosyntax | mythic: Head>child NOUN>DET (0.886)mythic: DepRel/UPOS root:VERB (0.859)mythic: DepRel/UPOS advcl:VERB (0.530)mythic: UPOS AUX (0.494)mythic: Feature Case=Acc (0.468)mythic: DepRel/UPOS nsubj:PROPN (0.466)mythic: DepRel/UPOS obj:NOUN (0.451)mythic: DepRel/UPOS obl:PRON (0.432) |
| LLM Greta-inspired flags | Mythic vs. everything else | Function Words | mythic: Function word τὰσ (0.797)mythic: Function UPOS ADP (0.635)mythic: Function word οἱ (0.627)mythic: Function word τὸν (0.604)mythic: Function UPOS CCONJ (0.522)mythic: Function form/UPOS δʼ:CCONJ (0.494)mythic: Function form/UPOS καὶ:CCONJ (0.477)mythic: Function UPOS SCONJ (0.444) |
| LLM Greta-inspired flags | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram εἶνα (0.651)mythic: char 4-gram λέγο (0.650)mythic: char 4-gram υσιν (0.414)mythic: char 4-gram ἐπὶ (0.318)mythic: char 4-gram αὐτ (0.317)mythic: char 4-gram ὲ κα (0.261)mythic: char 4-gram νοσ (0.251)mythic: char 4-gram σ δὲ (0.241) |
| Book 3 manual Greta/Rosie | 3-way classifier | Morphosyntax | historical: Feature Tense=Aor (0.732)historical: DepRel/UPOS nsubj:PRON (0.626)historical: Feature PronType=Art (0.547)historical: Head direction discourse:right (0.480)historical: Feature Tense=Imp (0.478)historical: DepRel/UPOS advcl:AUX (0.435)historical: Feature Person=3 (0.415)historical: DepRel/UPOS obj:NOUN (0.412) |
| Book 3 manual Greta/Rosie | 3-way classifier | Function Words | historical: Function DepRel case (0.916)historical: Function word δὲ (0.719)historical: Function UPOS ADP (0.654)historical: Function word καὶ (0.595)historical: Function word τε (0.558)historical: Function form/UPOS αὐτὸν:PRON (0.494)historical: Function word αὐτὸν (0.494)historical: Function form/UPOS μὴ:PART (0.482) |
| Book 3 manual Greta/Rosie | 3-way classifier | Character 4-Grams | historical: char 4-gram ν το (0.544)historical: char 4-gram ναι (0.530)historical: char 4-gram τὴν (0.469)historical: char 4-gram ν τὸ (0.427)historical: char 4-gram ν τε (0.425)historical: char 4-gram ου τ (0.381)historical: char 4-gram οῖσ (0.360)historical: char 4-gram αὐτὸ (0.360) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Morphosyntax | mythic: Feature VerbForm=Inf (0.736)mythic: Sentence length 35-39 (0.723)mythic: DepRel/UPOS obj:PROPN (0.692)mythic: Feature Voice=Middle (0.669)mythic: Head direction conj:left (0.638)mythic: DepRel/UPOS obl:PRON (0.573)mythic: Sentence length 05-09 (0.553)mythic: Head direction obl:right (0.519) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Function Words | mythic: Function form/UPOS αὐτῶι:PRON (0.961)mythic: Function word αὐτῶι (0.961)mythic: Function DepRel advcl (0.892)mythic: Function DepRel obl (0.814)mythic: Function DepRel root (0.707)mythic: Function form/UPOS ὅτι:SCONJ (0.700)mythic: Function word ὅτι (0.700)mythic: Function form/UPOS τούτου:PRON (0.699) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram ειν (0.690)mythic: char 4-gram ρακλ (0.673)mythic: char 4-gram ἡρακ (0.673)mythic: char 4-gram αὶ π (0.567)mythic: char 4-gram ἐν τ (0.526)mythic: char 4-gram σ πα (0.448)mythic: char 4-gram τὰ (0.445)mythic: char 4-gram ου κ (0.442) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Morphosyntax | historical: Feature Tense=Aor (1.047)historical: DepRel/UPOS nsubj:PRON (1.010)historical: Head direction discourse:right (0.867)historical: Feature PronType=Art (0.764)historical: DepRel/UPOS obj:NOUN (0.751)historical: Feature Mood=Part (0.744)historical: DepRel/UPOS advcl:AUX (0.660)historical: Feature Tense=Imp (0.655) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Function Words | historical: Function DepRel case (1.104)historical: Function word δή (1.066)historical: Function word δὲ (0.892)historical: Function word καὶ (0.765)historical: Function UPOS ADP (0.750)historical: Function word τε (0.722)historical: Function form/UPOS μὴ:PART (0.635)historical: Function word μὴ (0.635) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Character 4-Grams | historical: char 4-gram ν το (0.844)historical: char 4-gram ὐτὸν (0.829)historical: char 4-gram ναι (0.768)historical: char 4-gram τὴν (0.755)historical: char 4-gram ν τὸ (0.740)historical: char 4-gram ν τε (0.696)historical: char 4-gram ἐσ (0.615)historical: char 4-gram σθαι (0.587) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Morphosyntax | mythic: Feature Voice=Middle (1.115)mythic: Feature Number=Plural (1.020)mythic: Head direction obl:right (1.013)mythic: Feature Gender=Masculine (0.946)mythic: Feature Case=Acc (0.880)mythic: DepRel obl:agent (0.800)mythic: DepRel/UPOS obj:PROPN (0.790)mythic: Sentence length 25-29 (0.781) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Function Words | mythic: Function DepRel ccomp (1.332)mythic: Function word δή (0.909)mythic: Function form/UPOS ὅτι:SCONJ (0.827)mythic: Function word ὅτι (0.827)mythic: Function DepRel xcomp (0.627)mythic: Function form/UPOS τοῦτο:PRON (0.507)mythic: Function word ὡσ (0.437)mythic: Function form/UPOS ὡσ:SCONJ (0.437) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram αὶ π (1.213)mythic: char 4-gram ρακλ (1.024)mythic: char 4-gram ἡρακ (1.024)mythic: char 4-gram ἐν τ (1.022)mythic: char 4-gram ου κ (0.940)mythic: char 4-gram φασ (0.805)mythic: char 4-gram ίαν (0.785)mythic: char 4-gram οἱ (0.761) |