Sentence-level stylometric classifiers
These models predict sentence labels using style-oriented feature families derived from the current gpt-5.4-mini 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 | 8,029 | historical: 2,443, mythic: 2,576, other: 3,010 | 240 | 0.614 | 0.375 | 0.239 | 0.610 | ready |
| LLM original three-way | 3-way classifier | Function Words | 8,029 | historical: 2,443, mythic: 2,576, other: 3,010 | 160 | 0.492 | 0.375 | 0.117 | 0.488 | ready |
| LLM original three-way | 3-way classifier | Character 4-Grams | 8,029 | historical: 2,443, mythic: 2,576, other: 3,010 | 220 | 0.584 | 0.375 | 0.209 | 0.583 | ready |
| LLM original three-way | 2-way classifier, other dropped | Morphosyntax | 5,019 | historical: 2,443, mythic: 2,576 | 240 | 0.696 | 0.513 | 0.183 | 0.696 | ready |
| LLM original three-way | 2-way classifier, other dropped | Function Words | 5,019 | historical: 2,443, mythic: 2,576 | 160 | 0.616 | 0.513 | 0.103 | 0.616 | ready |
| LLM original three-way | 2-way classifier, other dropped | Character 4-Grams | 5,019 | historical: 2,443, mythic: 2,576 | 220 | 0.721 | 0.513 | 0.208 | 0.721 | ready |
| LLM original three-way | Historical vs. everything else | Morphosyntax | 8,029 | not historical: 5,586, historical: 2,443 | 240 | 0.717 | 0.696 | 0.021 | 0.694 | ready |
| LLM original three-way | Historical vs. everything else | Function Words | 8,029 | not historical: 5,586, historical: 2,443 | 160 | 0.613 | 0.696 | -0.083 | 0.595 | ready |
| LLM original three-way | Historical vs. everything else | Character 4-Grams | 8,029 | not historical: 5,586, historical: 2,443 | 220 | 0.722 | 0.696 | 0.026 | 0.696 | ready |
| LLM original three-way | Mythic vs. everything else | Morphosyntax | 8,029 | not mythic: 5,453, mythic: 2,576 | 240 | 0.676 | 0.679 | -0.003 | 0.654 | ready |
| LLM original three-way | Mythic vs. everything else | Function Words | 8,029 | not mythic: 5,453, mythic: 2,576 | 160 | 0.621 | 0.679 | -0.058 | 0.596 | ready |
| LLM original three-way | Mythic vs. everything else | Character 4-Grams | 8,029 | not mythic: 5,453, mythic: 2,576 | 220 | 0.659 | 0.679 | -0.020 | 0.637 | ready |
| LLM Greta-inspired flags | 3-way classifier | Morphosyntax | 7,906 | historical: 2,195, mythic: 2,063, other: 3,648 | 240 | 0.637 | 0.461 | 0.176 | 0.619 | ready |
| LLM Greta-inspired flags | 3-way classifier | Function Words | 7,906 | historical: 2,195, mythic: 2,063, other: 3,648 | 160 | 0.501 | 0.461 | 0.039 | 0.489 | ready |
| LLM Greta-inspired flags | 3-way classifier | Character 4-Grams | 7,906 | historical: 2,195, mythic: 2,063, other: 3,648 | 220 | 0.597 | 0.461 | 0.136 | 0.588 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Morphosyntax | 4,258 | historical: 2,195, mythic: 2,063 | 240 | 0.705 | 0.516 | 0.190 | 0.705 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Function Words | 4,258 | historical: 2,195, mythic: 2,063 | 160 | 0.633 | 0.516 | 0.118 | 0.632 | ready |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Character 4-Grams | 4,258 | historical: 2,195, mythic: 2,063 | 220 | 0.733 | 0.516 | 0.217 | 0.732 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Morphosyntax | 8,029 | not historical: 5,711, historical: 2,318 | 240 | 0.707 | 0.711 | -0.005 | 0.679 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Function Words | 8,029 | not historical: 5,711, historical: 2,318 | 160 | 0.598 | 0.711 | -0.114 | 0.575 | ready |
| LLM Greta-inspired flags | Historical vs. everything else | Character 4-Grams | 8,029 | not historical: 5,711, historical: 2,318 | 220 | 0.711 | 0.711 | 0.000 | 0.681 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Morphosyntax | 8,029 | not mythic: 5,843, mythic: 2,186 | 240 | 0.712 | 0.728 | -0.016 | 0.677 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Function Words | 8,029 | not mythic: 5,843, mythic: 2,186 | 160 | 0.647 | 0.728 | -0.081 | 0.608 | ready |
| LLM Greta-inspired flags | Mythic vs. everything else | Character 4-Grams | 8,029 | not mythic: 5,843, mythic: 2,186 | 220 | 0.683 | 0.728 | -0.045 | 0.647 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Morphosyntax | 676 | historical: 165, mythic: 225, other: 286 | 240 | 0.423 | 0.423 | 0.000 | 0.418 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Function Words | 676 | historical: 165, mythic: 225, other: 286 | 160 | 0.417 | 0.423 | -0.006 | 0.418 | ready |
| Book 3 manual Greta/Rosie | 3-way classifier | Character 4-Grams | 676 | historical: 165, mythic: 225, other: 286 | 220 | 0.459 | 0.423 | 0.036 | 0.453 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Morphosyntax | 390 | historical: 165, mythic: 225 | 240 | 0.595 | 0.577 | 0.018 | 0.584 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Function Words | 390 | historical: 165, mythic: 225 | 160 | 0.592 | 0.577 | 0.015 | 0.589 | ready |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Character 4-Grams | 390 | historical: 165, mythic: 225 | 220 | 0.697 | 0.577 | 0.121 | 0.694 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Morphosyntax | 681 | not historical: 511, historical: 170 | 240 | 0.664 | 0.750 | -0.087 | 0.594 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Function Words | 681 | not historical: 511, historical: 170 | 160 | 0.626 | 0.750 | -0.125 | 0.575 | ready |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Character 4-Grams | 681 | not historical: 511, historical: 170 | 220 | 0.673 | 0.750 | -0.078 | 0.611 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Morphosyntax | 681 | not mythic: 451, mythic: 230 | 240 | 0.602 | 0.662 | -0.060 | 0.571 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Function Words | 681 | not mythic: 451, mythic: 230 | 160 | 0.521 | 0.662 | -0.141 | 0.497 | ready |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Character 4-Grams | 681 | not mythic: 451, mythic: 230 | 220 | 0.617 | 0.662 | -0.046 | 0.590 | ready |
| Label source | Task | Feature family | Top coefficients |
|---|---|---|---|
| LLM original three-way | 3-way classifier | Morphosyntax | historical: UPOS PROPN (0.455)historical: UPOS DET (0.414)historical: UPOS VERB (0.364)historical: DepRel nummod (0.356)historical: Feature Number=Plur (0.297)historical: Feature Gender=Masc (0.283)historical: DepRel/UPOS xcomp:VERB (0.258)historical: Feature VerbForm=Part (0.248) |
| LLM original three-way | 3-way classifier | Function Words | historical: Function word ὡσ (0.375)historical: Function UPOS DET (0.284)historical: Function UPOS ADP (0.264)historical: Function form/UPOS ὁ:DET (0.218)historical: Function word αὐτῶι (0.212)historical: Function form/UPOS αὐτὸν:PRON (0.196)historical: Function form/UPOS αὐτοῦ:PRON (0.189)historical: Function UPOS PRON (0.183) |
| LLM original three-way | 3-way classifier | Character 4-Grams | historical: char 4-gram ακεδ (0.504)historical: char 4-gram γὰρ (0.502)historical: char 4-gram κατὰ (0.423)historical: char 4-gram τὴν (0.176)historical: char 4-gram ίων (0.152)historical: char 4-gram πολ (0.149)historical: char 4-gram ἐστι (0.142)historical: char 4-gram τῶι (0.140) |
| LLM original three-way | 2-way classifier, other dropped | Morphosyntax | mythic: Feature Tense=Pres (0.760)mythic: DepRel/UPOS nummod:NUM (0.661)mythic: Head>child NOUN>DET (0.560)mythic: UPOS CCONJ (0.554)mythic: Head>child VERB>PROPN (0.505)mythic: DepRel/UPOS nmod:PROPN (0.470)mythic: Root UPOS VERB (0.467)mythic: DepRel/UPOS appos:PROPN (0.429) |
| LLM original three-way | 2-way classifier, other dropped | Function Words | mythic: Function form/UPOS ὡσ:SCONJ (0.711)mythic: Function form/UPOS αὐτῶι:PRON (0.389)mythic: Function word αὐτὸν (0.359)mythic: Function DepRel cc (0.243)mythic: Function form/UPOS δέ:PART (0.224)mythic: Function word ὁ (0.199)mythic: Function word τοῦ (0.175)mythic: Function word τὰ (0.160) |
| LLM original three-way | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram γὰρ (0.681)mythic: char 4-gram κεδα (0.599)mythic: char 4-gram ατὰ (0.506)mythic: char 4-gram στρα (0.406)mythic: char 4-gram ασιλ (0.361)mythic: char 4-gram φασ (0.345)mythic: char 4-gram λακε (0.293)mythic: char 4-gram λέγο (0.261) |
| LLM original three-way | Historical vs. everything else | Morphosyntax | historical: UPOS VERB (0.616)historical: UPOS DET (0.597)historical: UPOS PROPN (0.447)historical: Feature Number=Plur (0.433)historical: DepRel nummod (0.424)historical: Feature Gender=Masc (0.384)historical: Feature VerbForm=Part (0.372)historical: DepRel/UPOS xcomp:VERB (0.298) |
| LLM original three-way | Historical vs. everything else | Function Words | historical: Function word ὡσ (0.489)historical: Function form/UPOS αὐτοῦ:PRON (0.433)historical: Function UPOS DET (0.430)historical: Function UPOS ADP (0.405)historical: Function form/UPOS ὁ:DET (0.390)historical: Function form/UPOS αὐτὸν:PRON (0.354)historical: Function form/UPOS αὐτὴν:PRON (0.320)historical: Function UPOS PART (0.305) |
| LLM original three-way | Historical vs. everything else | Character 4-Grams | historical: char 4-gram ακεδ (0.757)historical: char 4-gram γὰρ (0.581)historical: char 4-gram κατὰ (0.507)historical: char 4-gram τὴν (0.253)historical: char 4-gram πολ (0.238)historical: char 4-gram ίων (0.230)historical: char 4-gram τῶι (0.210)historical: char 4-gram καὶ (0.206) |
| LLM original three-way | Mythic vs. everything else | Morphosyntax | mythic: Root UPOS NOUN (0.724)mythic: DepRel/UPOS nummod:NUM (0.624)mythic: DepRel discourse (0.597)mythic: Head>child VERB>PROPN (0.566)mythic: UPOS CCONJ (0.477)mythic: DepRel/UPOS nmod:PROPN (0.468)mythic: DepRel/UPOS appos:PROPN (0.459)mythic: UPOS VERB (0.458) |
| LLM original three-way | Mythic vs. everything else | Function Words | mythic: Function form/UPOS ὡσ:SCONJ (0.654)mythic: Function form/UPOS αὐτοῦ:PRON (0.585)mythic: Function form/UPOS αὐτὴν:PRON (0.468)mythic: Function form/UPOS αὐτῶι:PRON (0.433)mythic: Function word αὐτὸν (0.427)mythic: Function word ὁ (0.261)mythic: Function word τοῦ (0.205)mythic: Function DepRel cc (0.184) |
| LLM original three-way | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram γὰρ (0.700)mythic: char 4-gram κεδα (0.363)mythic: char 4-gram λακε (0.353)mythic: char 4-gram λέγο (0.329)mythic: char 4-gram τῶν (0.208)mythic: char 4-gram αι δ (0.191)mythic: char 4-gram τῆσ (0.168)mythic: char 4-gram νοσ (0.156) |
| LLM Greta-inspired flags | 3-way classifier | Morphosyntax | historical: DepRel/UPOS root:NOUN (0.358)historical: Feature Number=Plur (0.322)historical: DepRel/UPOS xcomp:VERB (0.321)historical: DepRel/UPOS root:VERB (0.298)historical: Feature Gender=Masc (0.279)historical: UPOS DET (0.273)historical: DepRel nummod (0.234)historical: DepRel det (0.208) |
| LLM Greta-inspired flags | 3-way classifier | Function Words | historical: Function UPOS DET (0.599)historical: Function UPOS PART (0.474)historical: Function UPOS ADP (0.465)historical: Function UPOS PRON (0.360)historical: Function UPOS CCONJ (0.343)historical: Function word ὡσ (0.271)historical: Function word αὐτῶι (0.221)historical: Function form/UPOS αὐτὸν:PRON (0.189) |
| LLM Greta-inspired flags | 3-way classifier | Character 4-Grams | historical: char 4-gram ακεδ (0.528)historical: char 4-gram γὰρ (0.414)historical: char 4-gram κατὰ (0.408)historical: char 4-gram καὶ (0.265)historical: char 4-gram ίων (0.183)historical: char 4-gram τῶι (0.165)historical: char 4-gram ἶναι (0.156)historical: char 4-gram ἐστι (0.152) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Morphosyntax | mythic: Head>child NOUN>DET (0.807)mythic: Feature Tense=Pres (0.763)mythic: Root UPOS VERB (0.584)mythic: DepRel/UPOS advmod:PART (0.517)mythic: DepRel/UPOS nmod:PROPN (0.499)mythic: DepRel/UPOS nummod:NUM (0.491)mythic: Head>child VERB>PROPN (0.457)mythic: Head>child PROPN>DET (0.453) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Function Words | mythic: Function form/UPOS αὐτὴν:PRON (0.504)mythic: Function form/UPOS ὡσ:SCONJ (0.503)mythic: Function form/UPOS δέ:PART (0.445)mythic: Function form/UPOS αὐτῶι:PRON (0.432)mythic: Function word αὐτὸν (0.397)mythic: Function DepRel cc (0.355)mythic: Function DepRel case (0.350)mythic: Function DepRel det (0.340) |
| LLM Greta-inspired flags | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram στρα (0.775)mythic: char 4-gram κεδα (0.542)mythic: char 4-gram φασ (0.465)mythic: char 4-gram ατὰ (0.400)mythic: char 4-gram γὰρ (0.388)mythic: char 4-gram βασ (0.372)mythic: char 4-gram αὐτ (0.361)mythic: char 4-gram λακε (0.295) |
| LLM Greta-inspired flags | Historical vs. everything else | Morphosyntax | historical: DepRel/UPOS root:NOUN (0.577)historical: UPOS DET (0.479)historical: DepRel/UPOS xcomp:VERB (0.409)historical: Feature Gender=Masc (0.401)historical: DepRel/UPOS root:VERB (0.381)historical: Feature Number=Plur (0.319)historical: Head>child PROPN>ADP (0.306)historical: DepRel obj (0.297) |
| LLM Greta-inspired flags | Historical vs. everything else | Function Words | historical: Function UPOS DET (0.833)historical: Function UPOS ADP (0.664)historical: Function UPOS PART (0.660)historical: Function UPOS PRON (0.496)historical: Function UPOS CCONJ (0.495)historical: Function form/UPOS αὐτοῦ:PRON (0.374)historical: Function form/UPOS αὐτὸν:PRON (0.281)historical: Function word ὡσ (0.280) |
| LLM Greta-inspired flags | Historical vs. everything else | Character 4-Grams | historical: char 4-gram ακεδ (0.844)historical: char 4-gram κατὰ (0.528)historical: char 4-gram γὰρ (0.497)historical: char 4-gram καὶ (0.429)historical: char 4-gram τῶι (0.300)historical: char 4-gram ἶναι (0.277)historical: char 4-gram ίων (0.274)historical: char 4-gram πολ (0.211) |
| LLM Greta-inspired flags | Mythic vs. everything else | Morphosyntax | mythic: Head>child NOUN>DET (0.725)mythic: Head>child VERB>PROPN (0.683)mythic: DepRel/UPOS nummod:NUM (0.592)mythic: UPOS VERB (0.570)mythic: DepRel discourse (0.567)mythic: DepRel/UPOS nmod:PROPN (0.561)mythic: DepRel/UPOS advmod:PART (0.522)mythic: Root UPOS VERB (0.389) |
| LLM Greta-inspired flags | Mythic vs. everything else | Function Words | mythic: Function form/UPOS ὡσ:SCONJ (0.650)mythic: Function form/UPOS αὐτοῦ:PRON (0.557)mythic: Function form/UPOS αὐτὴν:PRON (0.521)mythic: Function word αὐτὸν (0.481)mythic: Function form/UPOS δέ:PART (0.461)mythic: Function form/UPOS αὐτῶι:PRON (0.421)mythic: Function DepRel cc (0.360)mythic: Function word ὁ (0.316) |
| LLM Greta-inspired flags | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram λέγο (0.403)mythic: char 4-gram λακε (0.313)mythic: char 4-gram ἶναι (0.207)mythic: char 4-gram ὡσ (0.205)mythic: char 4-gram κεδα (0.189)mythic: char 4-gram γὰρ (0.187)mythic: char 4-gram τὴν (0.185)mythic: char 4-gram νοσ (0.171) |
| Book 3 manual Greta/Rosie | 3-way classifier | Morphosyntax | historical: Head>child VERB>SCONJ (0.796)historical: Head>child VERB>PART (0.722)historical: DepRel/UPOS xcomp:ADJ (0.717)historical: Head>child PROPN>DET (0.693)historical: DepRel/UPOS advmod:ADV (0.650)historical: Head>child VERB>VERB (0.606)historical: UPOS CCONJ (0.570)historical: Head direction appos:right (0.565) |
| Book 3 manual Greta/Rosie | 3-way classifier | Function Words | historical: Function UPOS CCONJ (0.656)historical: Function DepRel root (0.407)historical: Function form/UPOS μὴ:PART (0.341)historical: Function word μὴ (0.341)historical: Function DepRel cop (0.326)historical: Function form/UPOS οὗτοσ:PRON (0.221)historical: Function form/UPOS ὡσ:SCONJ (0.218)historical: Function DepRel case (0.207) |
| Book 3 manual Greta/Rosie | 3-way classifier | Character 4-Grams | historical: char 4-gram πρὸσ (1.060)historical: char 4-gram υσιν (0.922)historical: char 4-gram ρὸν (0.782)historical: char 4-gram τερο (0.736)historical: char 4-gram ακεδ (0.698)historical: char 4-gram ὲ κα (0.659)historical: char 4-gram ίων (0.538)historical: char 4-gram ὲ αὐ (0.504) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Morphosyntax | mythic: Head>child VERB>ADV (1.354)mythic: Feature Tense=Pres (1.231)mythic: Head>child NOUN>PROPN (1.035)mythic: Head direction mark:left (0.994)mythic: UPOS NUM (0.939)mythic: Feature VerbForm=Inf (0.867)mythic: Feature Gender=Neuter (0.850)mythic: Feature Tense=Present (0.796) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Function Words | mythic: Function UPOS AUX (0.846)mythic: Function UPOS DET (0.743)mythic: Function form/UPOS ὅτι:SCONJ (0.643)mythic: Function word ὅτι (0.643)mythic: Function form/UPOS καὶ:CCONJ (0.558)mythic: Function form/UPOS τούτωι:PRON (0.463)mythic: Function word δʼ (0.395)mythic: Function form/UPOS τοῦτο:PRON (0.391) |
| Book 3 manual Greta/Rosie | 2-way classifier, other dropped | Character 4-Grams | mythic: char 4-gram καὶ (1.186)mythic: char 4-gram φασ (1.169)mythic: char 4-gram ασ ἐ (0.999)mythic: char 4-gram ασ τ (0.983)mythic: char 4-gram οὺσ (0.982)mythic: char 4-gram λέγ (0.976)mythic: char 4-gram ειν (0.928)mythic: char 4-gram ἡρα (0.907) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Morphosyntax | historical: Head>child VERB>SCONJ (1.066)historical: DepRel/UPOS xcomp:ADJ (0.907)historical: Head>child PROPN>DET (0.884)historical: Feature Gender=Feminine (0.869)historical: Head>child VERB>VERB (0.803)historical: DepRel/UPOS iobj:PROPN (0.755)historical: UPOS PRON (0.741)historical: DepRel/UPOS iobj:PRON (0.737) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Function Words | historical: Function UPOS CCONJ (0.792)historical: Function DepRel root (0.525)historical: Function DepRel cop (0.400)historical: Function form/UPOS ὡσ:SCONJ (0.368)historical: Function form/UPOS οὗτοσ:PRON (0.343)historical: Function UPOS ADP (0.240)historical: Function word ὁ (0.234)historical: Function form/UPOS ὁ:DET (0.234) |
| Book 3 manual Greta/Rosie | Historical vs. everything else | Character 4-Grams | historical: char 4-gram υσιν (1.275)historical: char 4-gram πρὸσ (1.254)historical: char 4-gram τερο (1.023)historical: char 4-gram ρὸν (0.946)historical: char 4-gram ίων (0.816)historical: char 4-gram σθαι (0.772)historical: char 4-gram σ ἐσ (0.698)historical: char 4-gram ίοισ (0.678) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Morphosyntax | mythic: Head direction mark:left (1.146)mythic: Head>child VERB>ADV (1.028)mythic: UPOS VERB (0.928)mythic: UPOS PRON (0.818)mythic: Root UPOS VERB (0.771)mythic: DepRel advcl (0.733)mythic: UPOS NUM (0.674)mythic: Feature VerbForm=Inf (0.644) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Function Words | mythic: Function UPOS AUX (0.851)mythic: Function form/UPOS ὡσ:SCONJ (0.580)mythic: Function UPOS DET (0.482)mythic: Function form/UPOS τοῦτο:PRON (0.407)mythic: Function DepRel discourse (0.383)mythic: Function UPOS PRON (0.316)mythic: Function DepRel cc (0.266)mythic: Function word οὗτοσ (0.223) |
| Book 3 manual Greta/Rosie | Mythic vs. everything else | Character 4-Grams | mythic: char 4-gram δὲ α (1.225)mythic: char 4-gram καλ (0.976)mythic: char 4-gram τοῦτ (0.770)mythic: char 4-gram τῶν (0.755)mythic: char 4-gram φασ (0.735)mythic: char 4-gram ἀπὸ (0.704)mythic: char 4-gram αι δ (0.661)mythic: char 4-gram ὶ το (0.645) |