|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.tigerxml.tools.SyncMMAX
public class SyncMMAX
Provides static methods for synchronizing and converting data structures between the org.jscience.ml.tigerxml and MMAX.
(European Media Laboratory, NLP Group). This class is for static use.
| Constructor Summary | |
|---|---|
SyncMMAX()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
condenseSpan(java.lang.String inSpan)
Condense a given span (String) and return the condensed span (String). |
static boolean |
isMarkable(GraphNode node)
Defines the concept of a markable according to the MMAX guidelines in terms of NEGRA/TIGER syntax. |
static void |
main(java.lang.String[] args)
Main: For testing purposes. |
static java.util.ArrayList |
parseSpan(java.lang.String span)
Expand a given span (String) and return an ArrayList containing all ID Strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyncMMAX()
| Method Detail |
|---|
public static final java.util.ArrayList parseSpan(java.lang.String span)
span - The (possibly condensed) String representation of the span.
public static final java.lang.String condenseSpan(java.lang.String inSpan)
inSpan - The String representation of the span to be condensed.
public static final boolean isMarkable(GraphNode node)
node - The node to be classified as a Markable/not a Markable.
node is a Markable according to the MMAX
guidelines.public static void main(java.lang.String[] args)
args - Test input (span)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||