Class MonumentalInscriptionDecoder

java.lang.Object
org.episteme.social.history.MonumentalInscriptionDecoder

public final class MonumentalInscriptionDecoder extends Object
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 Details

    • decodeRunic

      public static String decodeRunic(String input)
      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