Skip to content

Instantly share code, notes, and snippets.

@agricolamz
Created March 24, 2024 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agricolamz/377c367875c391a0f5bcb5119dc8ea43 to your computer and use it in GitHub Desktop.
Save agricolamz/377c367875c391a0f5bcb5119dc8ea43 to your computer and use it in GitHub Desktop.
library(stringi)
coresp <- "
ῶι > ῷ;
ωι > ῳ;
ὧι > ᾧ;
ὦι > ᾦ;
ηι > ῃ;
ῆι > ῇ;
ἦι > ᾖ;
ἧι > ᾗ;
"
c("ἑκάστωι ἔργωι καὶ πράγματι",
"σὺν πολλῶι χρόνωι",
"καὶ τῆι ἐξ ὀλίγου χρόνου εὐδοξίαι") |>
stri_trans_general(coresp, rules=TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment