Class SyncMMAX
java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.tools.SyncMMAX
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringcondenseSpan(String inSpan) Condense a given span (String) and return the condensed span (String).static final booleanisMarkable(GraphNode node) Defines the concept of a markable according to the MMAX guidelines.static voidExpand a given span (String) and return a List containing all ID Strings.
-
Constructor Details
-
SyncMMAX
public SyncMMAX()
-
-
Method Details
-
parseSpan
-
condenseSpan
-
isMarkable
Defines the concept of a markable according to the MMAX guidelines. -
main
-