Class SyncMMAX

java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.tools.SyncMMAX

public class SyncMMAX extends Object
Provides static methods for synchronizing and converting data structures between TigerXML and MMAX.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • SyncMMAX

      public SyncMMAX()
  • Method Details

    • parseSpan

      public static final List<String> parseSpan(String span)
      Expand a given span (String) and return a List containing all ID Strings.
    • condenseSpan

      public static final String condenseSpan(String inSpan)
      Condense a given span (String) and return the condensed span (String).
    • isMarkable

      public static final boolean isMarkable(GraphNode node)
      Defines the concept of a markable according to the MMAX guidelines.
    • main

      public static void main(String[] args)