Class MonumentalInscriptionDecoder
java.lang.Object
org.episteme.social.history.MonumentalInscriptionDecoder
Decoder for historical monumental inscriptions, supporting various scripts like Runic, Latin abbreviations, and Greek.
Provides transliteration and expansion of epigraphic conventions.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringdecodeRunic(String input) Transliterates a Runic string into Latin characters using the Elder Futhark mapping.
-
Method Details
-
decodeRunic
Transliterates a Runic string into Latin characters using the Elder Futhark mapping.- Parameters:
input- the runic text to decode- Returns:
- transliterated text
- Throws:
NullPointerException- if input is null
-