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 | 7,485 | historical: 2,297, mythic: 2,359, other: 2,829 | 240 | 0.613 | 0.378 | 0.235 | 0.608 | ready |
| LLM original three-way | 3-way classifier | Function Words | 7,485 | historical: 2,297, mythic: 2,359, other: 2,829 | 160 | 0.494 | 0.378 | 0.116 | 0.490 | ready |
| LLM original three-way | 3-way classifier | Character 4-Grams | 7,485 | historical: 2,297, mythic: 2,359, other: 2,829 | 220 | 0.572 | 0.378 | 0.194 | 0.570 | ready |
| LLM original three-way | 2-way classifier, other dropped | Morphosyntax | 4,656 | historical: 2,297, mythic: 2,359 | 240 | 0.692 | 0.507 | 0.185 | 0.692 | ready |
| LLM original three-way | 2-way classifier, other dropped | Function Words | 4,656 | historical: 2,297, mythic: 2,359 | 160 | 0.614 | 0.507 | 0.107 | 0.614 | ready |
| LLM original three-way | 2-way classifier, other dropped | Character 4-Grams | 4,656 | historical: 2,297, mythic: 2,359 | 220 | 0.706 | 0.507 | 0.200 | 0.706 | ready |
| LLM original three-way | Historical vs. everything else | Morphosyntax | 7,485 | not historical: 5,188, historical: 2,297 | 240 | 0.715 | 0.693 | 0.022 | 0.692 | ready |
| LLM original three-way | Historical vs. everything else | Function Words | 7,485 | not historical: 5,188, historical: 2,297 | 160 | 0.613 | 0.693 | -0.081 | 0.594 | ready |
| LLM original three-way | Historical vs. everything else | Character 4-Grams | 7,485 | not historical: 5,188, historical: 2,297 | 220 | 0.714 | 0.693 | 0.021 | 0.688 | ready |
| LLM original three-way | Mythic vs. everything else | Morphosyntax | 7,485 | not mythic: 5,126, mythic: 2,359 | 240 | 0.668 | 0.685 | -0.017 | 0.645 | ready |
| LLM original three-way | Mythic vs. everything else | Function Words | 7,485 | not mythic: 5,126, mythic: 2,359 | 160 | 0.619 | 0.685 | -0.066 | 0.591 | ready |
| LLM original three-way | Mythic vs. everything else | Character 4-Grams | 7,485 | not mythic: 5,126, mythic: 2,359 | 220 | 0.655 | 0.685 | -0.030 | 0.630 | ready |
| LLM Greta-inspired flags | 3-way classifier | Morphosyntax | 7,353 | historical: 2,043, mythic: 1,880, other: 3,430 | 240 | 0.653 | 0.466 | 0.187 | 0.634 | ready |
| LLM Greta-inspired flags | 3-way classifier | Function Words | 7,353 | historical: 2,043, mythic: 1,880, other: 3,430 | 160 | 0.509 | 0.466 | 0.042 | 0.497 | ready |
| LLM Greta-inspired flags | 3-way classifier | Character 4-Grams | 7,353 | historical: 2,043, mythic: 1,880, other: 3,430 | 220 | 0.593 | 0.466 | 0.127 | 0.583 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Morphosyntax | 3,923 | historical: 2,043, mythic: 1,880 | 240 | 0.701 | 0.521 | 0.180 | 0.701 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Function Words | 3,923 | historical: 2,043, mythic: 1,880 | 160 | 0.639 | 0.521 | 0.119 | 0.638 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Character 4-Grams | 3,923 | historical: 2,043, mythic: 1,880 | 220 | 0.716 | 0.521 | 0.195 | 0.716 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Morphosyntax | 7,485 | not historical: 5,310, historical: 2,175 | 240 | 0.722 | 0.709 | 0.012 | 0.695 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Function Words | 7,485 | not historical: 5,310, historical: 2,175 | 160 | 0.616 | 0.709 | -0.093 | 0.593 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Character 4-Grams | 7,485 | not historical: 5,310, historical: 2,175 | 220 | 0.709 | 0.709 | -0.001 | 0.679 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Morphosyntax | 7,485 | not mythic: 5,473, mythic: 2,012 | 240 | 0.719 | 0.731 | -0.012 | 0.684 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Function Words | 7,485 | not mythic: 5,473, mythic: 2,012 | 160 | 0.645 | 0.731 | -0.086 | 0.604 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Character 4-Grams | 7,485 | not mythic: 5,473, mythic: 2,012 | 220 | 0.681 | 0.731 | -0.050 | 0.643 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Morphosyntax | 639 | historical: 159, mythic: 202, other: 278 | 240 | 0.471 | 0.435 | 0.036 | 0.459 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Function Words | 639 | historical: 159, mythic: 202, other: 278 | 160 | 0.380 | 0.435 | -0.055 | 0.377 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Character 4-Grams | 639 | historical: 159, mythic: 202, other: 278 | 220 | 0.465 | 0.435 | 0.030 | 0.459 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Morphosyntax | 361 | historical: 159, mythic: 202 | 240 | 0.632 | 0.560 | 0.072 | 0.626 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Function Words | 361 | historical: 159, mythic: 202 | 160 | 0.568 | 0.560 | 0.008 | 0.565 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Character 4-Grams | 361 | historical: 159, mythic: 202 | 220 | 0.701 | 0.560 | 0.141 | 0.697 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Morphosyntax | 644 | not historical: 480, historical: 164 | 240 | 0.693 | 0.745 | -0.053 | 0.623 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Function Words | 644 | not historical: 480, historical: 164 | 160 | 0.630 | 0.745 | -0.115 | 0.575 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Character 4-Grams | 644 | not historical: 480, historical: 164 | 220 | 0.688 | 0.745 | -0.057 | 0.621 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Morphosyntax | 644 | not mythic: 437, mythic: 207 | 240 | 0.626 | 0.679 | -0.053 | 0.589 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Function Words | 644 | not mythic: 437, mythic: 207 | 160 | 0.561 | 0.679 | -0.118 | 0.526 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Character 4-Grams | 644 | not mythic: 437, mythic: 207 | 220 | 0.644 | 0.679 | -0.034 | 0.611 | ready |
| Label source | Task | Feature family | Top coefficients |
|---|---|---|---|
| LLM original three-way | 3-way classifier | Morphosyntax | historical: UPOS ADP (0.586)historical: DepRel/UPOS root:VERB (0.475)historical: DepRel conj (0.431)historical: UPOS VERB (0.385)historical: Feature Number=Plur (0.362)historical: Root UPOS AUX (0.353)historical: UPOS PROPN (0.344)historical: UPOS DET (0.333) |
| LLM original three-way | 3-way classifier | Function Words | historical: Function word δʼ (0.475)historical: Function form/UPOS δὲ:CCONJ (0.450)historical: Function form/UPOS τὴν:DET (0.439)historical: Function UPOS CCONJ (0.429)historical: Function UPOS PART (0.426)historical: Function form/UPOS ταῦτα:PRON (0.393)historical: Function form/UPOS οἱ:DET (0.345)historical: Function UPOS PRON (0.306) |
| LLM original three-way | 3-way classifier | Character 4-Grams | historical: char 4-gram ακεδ (0.539)historical: char 4-gram γὰρ (0.378)historical: char 4-gram κατὰ (0.311)historical: char 4-gram ἀθην (0.233)historical: char 4-gram παρὰ (0.233)historical: char 4-gram καὶ (0.192)historical: char 4-gram ὑπὸ (0.184)historical: char 4-gram ἐστι (0.170) |
| LLM original three-way | 2-way classifier, other dropped | Morphosyntax | mythic: Feature Tense=Pres (0.930)mythic: Head direction conj:right (0.540)mythic: DepRel/UPOS case:ADP (0.538)mythic: Head>child NOUN>DET (0.489)mythic: Root UPOS VERB (0.379)mythic: DepRel xcomp (0.349)mythic: Head>child PROPN>DET (0.334)mythic: Head direction nsubj:left (0.329) |
| LLM original three-way | 2-way classifier, other dropped | Function Words | mythic: Function form/UPOS δʼ:CCONJ (0.689)mythic: Function word ταῦτα (0.615)mythic: Function word δὲ (0.599)mythic: Function form/UPOS ὡσ:SCONJ (0.430)mythic: Function word οἱ (0.343)mythic: Function word τὴν (0.328)mythic: Function word τὸ (0.300)mythic: Function word τοῦ (0.299) |
| LLM original three-way | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram γὰρ (0.636)mythic: char 4-gram λακε (0.591)mythic: char 4-gram στρα (0.504)mythic: char 4-gram ατὰ (0.424)mythic: char 4-gram φασ (0.381)mythic: char 4-gram ἶναι (0.366)mythic: char 4-gram αρὰ (0.328)mythic: char 4-gram ἐπὶ (0.293) |
| LLM original three-way | Historical vs. everything else | Morphosyntax | historical: UPOS ADP (0.827)historical: DepRel/UPOS root:VERB (0.700)historical: DepRel conj (0.546)historical: UPOS VERB (0.531)historical: UPOS PROPN (0.506)historical: UPOS DET (0.499)historical: Feature Number=Plur (0.495)historical: Feature Gender=Masc (0.408) |
| LLM original three-way | Historical vs. everything else | Function Words | historical: Function form/UPOS δὲ:CCONJ (0.703)historical: Function UPOS PART (0.647)historical: Function UPOS CCONJ (0.610)historical: Function word δʼ (0.607)historical: Function form/UPOS τὴν:DET (0.565)historical: Function form/UPOS ταῦτα:PRON (0.502)historical: Function UPOS ADP (0.476)historical: Function UPOS PRON (0.457) |
| LLM original three-way | Historical vs. everything else | Character 4-Grams | historical: char 4-gram ακεδ (0.836)historical: char 4-gram γὰρ (0.541)historical: char 4-gram κατὰ (0.444)historical: char 4-gram παρὰ (0.380)historical: char 4-gram ἀθην (0.305)historical: char 4-gram καὶ (0.303)historical: char 4-gram ἐστι (0.248)historical: char 4-gram ὑπὸ (0.234) |
| LLM original three-way | Mythic vs. everything else | Morphosyntax | mythic: Head>child NOUN>DET (0.434)mythic: DepRel/UPOS case:ADP (0.402)mythic: DepRel/UPOS root:VERB (0.319)mythic: Head direction nsubj:left (0.317)mythic: DepRel/UPOS nmod:PROPN (0.307)mythic: Feature Tense=Pres (0.296)mythic: Head direction nsubj:right (0.266)mythic: Feature Case=Acc (0.258) |
| LLM original three-way | Mythic vs. everything else | Function Words | mythic: Function word οἱ (0.588)mythic: Function word ἡ (0.538)mythic: Function word δὲ (0.497)mythic: Function form/UPOS δʼ:CCONJ (0.497)mythic: Function word τοῦ (0.460)mythic: Function UPOS SCONJ (0.422)mythic: Function word τὸν (0.397)mythic: Function form/UPOS ὡσ:SCONJ (0.376) |
| LLM original three-way | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram γὰρ (0.661)mythic: char 4-gram λακε (0.406)mythic: char 4-gram αρὰ (0.359)mythic: char 4-gram λέγο (0.324)mythic: char 4-gram ατὰ (0.308)mythic: char 4-gram ἶναι (0.289)mythic: char 4-gram ἀθη (0.283)mythic: char 4-gram αι δ (0.223) |
| LLM Greta-inspired flags | 3-way classifier | Morphosyntax | historical: DepRel/UPOS det:DET (0.576)historical: Feature Number=Plur (0.562)historical: DepRel conj (0.561)historical: UPOS VERB (0.553)historical: UPOS ADP (0.535)historical: DepRel/UPOS root:VERB (0.389)historical: UPOS ADJ (0.352)historical: Root UPOS AUX (0.318) |
| LLM Greta-inspired flags | 3-way classifier | Function Words | historical: Function form/UPOS δὲ:CCONJ (0.656)historical: Function form/UPOS ταῦτα:PRON (0.439)historical: Function word καὶ (0.433)historical: Function word μὲν (0.398)historical: Function form/UPOS οἱ:DET (0.375)historical: Function word ὡσ (0.373)historical: Function word τοὺσ (0.342)historical: Function form/UPOS τὴν:DET (0.290) |
| LLM Greta-inspired flags | 3-way classifier | Character 4-Grams | historical: char 4-gram ακεδ (0.502)historical: char 4-gram ὑπὸ (0.358)historical: char 4-gram γὰρ (0.354)historical: char 4-gram καὶ (0.287)historical: char 4-gram παρὰ (0.248)historical: char 4-gram κατὰ (0.244)historical: char 4-gram ἐστι (0.183)historical: char 4-gram ίων (0.166) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Morphosyntax | mythic: Feature Tense=Pres (0.704)mythic: Head>child NOUN>DET (0.616)mythic: DepRel/UPOS case:ADP (0.567)mythic: Head direction conj:right (0.470)mythic: DepRel/UPOS mark:SCONJ (0.454)mythic: Root UPOS VERB (0.412)mythic: DepRel/UPOS advcl:VERB (0.392)mythic: DepRel/UPOS amod:ADJ (0.365) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Function Words | mythic: Function word δὲ (0.690)mythic: Function word ταῦτα (0.660)mythic: Function word τὰσ (0.522)mythic: Function form/UPOS ὡσ:SCONJ (0.501)mythic: Function form/UPOS καὶ:CCONJ (0.489)mythic: Function word οἱ (0.405)mythic: Function word τοῦ (0.352)mythic: Function word τὴν (0.319) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram λακε (0.682)mythic: char 4-gram στρα (0.633)mythic: char 4-gram φασ (0.463)mythic: char 4-gram ὑπὸ (0.416)mythic: char 4-gram γὰρ (0.395)mythic: char 4-gram λέγο (0.351)mythic: char 4-gram ἶναι (0.348)mythic: char 4-gram ατὰ (0.328) |
| LLM Greta-inspired flags | Historical vs. everything else | Morphosyntax | historical: DepRel/UPOS det:DET (0.754)historical: Feature Number=Plur (0.722)historical: UPOS ADP (0.644)historical: DepRel/UPOS root:VERB (0.620)historical: DepRel conj (0.595)historical: UPOS VERB (0.590)historical: DepRel/UPOS cc:CCONJ (0.451)historical: UPOS ADJ (0.443) |
| LLM Greta-inspired flags | Historical vs. everything else | Function Words | historical: Function form/UPOS δὲ:CCONJ (0.946)historical: Function word μὲν (0.676)historical: Function UPOS CCONJ (0.613)historical: Function UPOS PART (0.583)historical: Function word καὶ (0.579)historical: Function form/UPOS ταῦτα:PRON (0.574)historical: Function UPOS PRON (0.511)historical: Function UPOS ADP (0.505) |
| LLM Greta-inspired flags | Historical vs. everything else | Character 4-Grams | historical: char 4-gram ακεδ (0.781)historical: char 4-gram ὑπὸ (0.528)historical: char 4-gram γὰρ (0.504)historical: char 4-gram παρὰ (0.465)historical: char 4-gram καὶ (0.452)historical: char 4-gram κατὰ (0.356)historical: char 4-gram τῶι (0.296)historical: char 4-gram ἐστι (0.267) |
| LLM Greta-inspired flags | Mythic vs. everything else | Morphosyntax | mythic: DepRel/UPOS case:ADP (0.623)mythic: Head>child NOUN>DET (0.595)mythic: Head direction nsubj:left (0.394)mythic: Feature Case=Acc (0.378)mythic: UPOS AUX (0.377)mythic: Head>child NOUN>ADP (0.357)mythic: DepRel/UPOS root:AUX (0.341)mythic: Head direction nsubj:right (0.302) |
| LLM Greta-inspired flags | Mythic vs. everything else | Function Words | mythic: Function word τὰσ (0.826)mythic: Function UPOS DET (0.767)mythic: Function UPOS CCONJ (0.635)mythic: Function word τοῦ (0.551)mythic: Function word τὸν (0.549)mythic: Function word ἡ (0.547)mythic: Function word οἱ (0.532)mythic: Function UPOS SCONJ (0.526) |
| LLM Greta-inspired flags | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram λέγο (0.470)mythic: char 4-gram λακε (0.377)mythic: char 4-gram αρὰ (0.319)mythic: char 4-gram γὰρ (0.310)mythic: char 4-gram ατὰ (0.281)mythic: char 4-gram ἶναι (0.276)mythic: char 4-gram τὴν (0.210)mythic: char 4-gram αι δ (0.184) |
| Book 3 manual Greta/Rosie | 3-way classifier | Morphosyntax | historical: Head>child PROPN>DET (0.757)historical: Feature Voice=Mid (0.753)historical: Feature Number=Plur (0.708)historical: DepRel/UPOS nsubj:PROPN (0.674)historical: Head>child PROPN>CCONJ (0.610)historical: DepRel case (0.588)historical: DepRel acl:relcl (0.579)historical: UPOS PRON (0.551) |
| Book 3 manual Greta/Rosie | 3-way classifier | Function Words | historical: Function UPOS PART (0.677)historical: Function DepRel case (0.640)historical: Function word ὁ (0.612)historical: Function word ἢ (0.600)historical: Function word καὶ (0.552)historical: Function word τε (0.351)historical: Function form/UPOS τι:PRON (0.288)historical: Function word γὰρ (0.270) |
| Book 3 manual Greta/Rosie | 3-way classifier | Character 4-Grams | historical: char 4-gram ακεδ (1.005)historical: char 4-gram γουσ (0.836)historical: char 4-gram οῖσ (0.806)historical: char 4-gram ἐπὶ (0.703)historical: char 4-gram ετο (0.673)historical: char 4-gram σθαι (0.644)historical: char 4-gram τῆι (0.625)historical: char 4-gram ιμον (0.558) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Morphosyntax | mythic: Feature Tense=Pres (1.156)mythic: Sentence length 05-09 (1.103)mythic: Head>child NOUN>PROPN (1.037)mythic: Head direction ccomp:left (0.963)mythic: Feature VerbForm=Inf (0.892)mythic: Feature Case=Gen (0.763)mythic: DepRel/UPOS acl:relcl:VERB (0.731)mythic: Head>child AUX>PRON (0.654) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Function Words | mythic: Function form/UPOS τοῦτο:PRON (0.738)mythic: Function DepRel discourse (0.638)mythic: Function DepRel obl (0.598)mythic: Function form/UPOS ἢ:CCONJ (0.576)mythic: Function form/UPOS τούτου:PRON (0.569)mythic: Function word τι (0.551)mythic: Function DepRel det (0.551)mythic: Function form/UPOS ὅτι:SCONJ (0.518) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram ρακλ (1.289)mythic: char 4-gram ἡρακ (1.289)mythic: char 4-gram λέγ (1.025)mythic: char 4-gram ἐστ (1.014)mythic: char 4-gram ν ἐν (0.961)mythic: char 4-gram ειν (0.959)mythic: char 4-gram ἡρα (0.959)mythic: char 4-gram θαι (0.901) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Morphosyntax | historical: DepRel acl:relcl (1.063)historical: Head>child PROPN>DET (0.988)historical: Feature Voice=Mid (0.939)historical: DepRel/UPOS nsubj:PROPN (0.874)historical: DepRel/UPOS nmod:NOUN (0.829)historical: UPOS PRON (0.809)historical: DepRel/UPOS mark:SCONJ (0.788)historical: Head>child PROPN>CCONJ (0.768) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Function Words | historical: Function UPOS PART (0.845)historical: Function DepRel case (0.823)historical: Function word ὁ (0.751)historical: Function word καὶ (0.704)historical: Function word ἢ (0.682)historical: Function word τε (0.504)historical: Function form/UPOS τι:PRON (0.436)historical: Function word γὰρ (0.355) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Character 4-Grams | historical: char 4-gram γουσ (1.140)historical: char 4-gram ακεδ (1.126)historical: char 4-gram οῖσ (0.974)historical: char 4-gram τῆι (0.940)historical: char 4-gram σθαι (0.916)historical: char 4-gram ετο (0.879)historical: char 4-gram εἶν (0.796)historical: char 4-gram υσιν (0.759) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Morphosyntax | mythic: DepRel/UPOS det:DET (1.025)mythic: Head>child NOUN>NUM (0.992)mythic: Feature Gender=Masculine (0.973)mythic: Head>child NOUN>PROPN (0.856)mythic: Feature Number=Plural (0.696)mythic: Feature Tense=Present (0.602)mythic: DepRel/UPOS acl:relcl:VERB (0.551)mythic: DepRel/UPOS obl:PRON (0.546) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Function Words | mythic: Function form/UPOS τοῦτο:PRON (0.674)mythic: Function form/UPOS τε:CCONJ (0.559)mythic: Function form/UPOS ἢ:CCONJ (0.558)mythic: Function DepRel discourse (0.424)mythic: Function UPOS ADP (0.366)mythic: Function form/UPOS τι:PRON (0.274)mythic: Function DepRel ccomp (0.272)mythic: Function form/UPOS οἱ:PRON (0.261) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram δὲ α (1.069)mythic: char 4-gram φασ (1.060)mythic: char 4-gram ἡρακ (1.012)mythic: char 4-gram ρακλ (1.012)mythic: char 4-gram λέγ (1.005)mythic: char 4-gram τοῦτ (0.883)mythic: char 4-gram καλ (0.854)mythic: char 4-gram ἱερ (0.753) |