Class TigerBridge

java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.TigerBridge

public final class TigerBridge extends Object
Bridge between TigerXML data structures and the Episteme Linguistics ontology. Parses hierarchical graph structures from TigerXML into standard Sentences and Phrases.
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • convert

      public static Sentence convert(Sentence tigerSent, Language language)
      Converts a TigerXML Sentence into an ontology Sentence.
      Parameters:
      tigerSent - the source TigerXML sentence.
      language - the language of the sentence.
      Returns:
      a mapped Episteme Linguistics Sentence.
    • convertNT

      public static Phrase convertNT(NT nt, Language language)
      Converts a TigerXML NT (Non-Terminal) to a Phrase.
    • convertT

      public static Word convertT(T t, Language language)
      Converts a TigerXML T (Terminal) to a Word.