123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- general:
- name: Greek (ancient and medieval)
- notes:
- - Compiled based on https://www.loc.gov/catdir/cpso/romanization/greek.pdf
- - >
- "The document notes: \"The h is supplied as appropriate when the rough
- breathing does not appear in the Greek text (for example, when the text
- is in all capitals, or, in Modern Greek, when the text is in monotonic
- orthography).\" This is not implemented as it would assume that a
- specific word be known to have a rough breathing."
- parents:
- - _ignore_base
- script_to_roman:
- hooks:
- post_config:
- -
- - greek.normalize_diacritics
- map:
- "Α": "A"
- "Αυ": "Au"
- "Β": "B"
- "Γ": "G"
- "Γκ": "Gk"
- "Δ": "D"
- "Ε": "E"
- "Ευ": "Eu"
- "Ζ": "Z"
- "Η": "Ē"
- "Ηυ": "Ēu"
- "Θ": "Th"
- "Ι": "I"
- "Κ": "K"
- "Λ": "L"
- "Μ": "M"
- "Μπ": "B"
- "Ν": "N"
- "Ντ": "D̲"
- "Ξ": "X"
- "Ο": "O"
- "Ου": "Ou"
- "Π": "P"
- "Ρ": "R"
- "Ῥ": "Rh"
- "Σ": "S"
- "C": "S"
- "Τ": "T"
- "Υ": "Y"
- "Υι": "Ui"
- "Φ": "Ph"
- "Χ": "Ch"
- "Ψ": "Ps"
- "Ω": "Ō"
- "Ωυ": "Ōu"
- "α": "a"
- "αυ": "au"
- "β": "b"
- "γ": "g"
- "γγ": "ng"
- "γκ": "gk"
- "γξ": "nx"
- "γχ": "nch"
- "δ": "d"
- "ε": "e"
- "ευ": "eu"
- "ζ": "z"
- "η": "ē"
- "ηυ": "ēu"
- "θ": "th"
- "ι": "i"
- "κ": "k"
- "λ": "l"
- "μ": "m"
- "μπ": "b" # initially
- "μπ": "mp" # medially & finally TODO hook
- "ν": "n"
- "ντ": "d̲" # initially
- "ντ": "nt" # medially & finally TODO hook
- "ξ": "x"
- "ο": "o"
- "ου": "ou"
- "π": "p"
- "ρ": "r"
- "ῥ": "rh"
- "σ": "s"
- "ϲ": "s"
- "ς": "s"
- "τ": "t"
- "υ": "y"
- "υι": "ui"
- "φ": "ph"
- "χ": "ch"
- "ψ": "ps"
- "ω": "ō"
- "ωυ": "ōu"
- # Dasia
- "ἁ": "ha"
- "ἁυ": "hau"
- "Ἁ": "Ha"
- "Ἁυ": "Hau"
- "ἑ": "he"
- "ἑυ": "heu"
- "Ἑ": "He"
- "Ἑυ": "Heu"
- "ἡ": "hē"
- "ἡυ": "hēu"
- "Ἡ": "Hē"
- "Ἡυ": "Hēu"
- "ἱ": "hi"
- "Ἱ": "Hi"
- "ὁ": "ho"
- "ὁυ": "Hou"
- "Ὁ": "Ho"
- "Ὁυ": "Hou"
- "ὑ": "hy"
- "ὑι": "hui"
- "Ὑ": "Hy"
- "Ὑι": "Hui"
- "ὡ": "hō"
- "ὡυ": "hōu"
- "Ὡ": "Hō"
- "Ὡυ": "Hōu"
- # Archaic symbols
- "Ϝ": "W"
- "Ϙ": "Ḳ"
- "ϝ": "w"
- "ϙ": "ḳ"
- # Punctuation
- "·": ";"
- ";": "?"
|