public class AnnisGraphTools extends Object implements Serializable
| Constructor and Description |
|---|
AnnisGraphTools(VisualizerInput input) |
| Modifier and Type | Method and Description |
|---|---|
static HorizontalOrientation |
detectLayoutDirection(org.corpus_tools.salt.common.SDocumentGraph docGraph,
com.vaadin.ui.UI ui) |
static String |
extractAnnotation(Set<org.corpus_tools.salt.core.SAnnotation> annotations,
String namespace,
String featureName) |
String |
getPrimEdgeSubType()
Gets the edge type and takes into account the user defined mappings.
|
String |
getSecEdgeSubType()
Gets the secedge type and takes into account the user defined mappings.
|
List<edu.uci.ics.jung.graph.DirectedGraph<org.corpus_tools.salt.core.SNode,org.corpus_tools.salt.core.SRelation>> |
getSyntaxGraphs() |
boolean |
hasEdgeSubtype(org.corpus_tools.salt.core.SRelation rel,
String edgeSubtype) |
static boolean |
isTerminal(org.corpus_tools.salt.core.SNode n,
VisualizerInput input) |
public AnnisGraphTools(VisualizerInput input)
public static HorizontalOrientation detectLayoutDirection(org.corpus_tools.salt.common.SDocumentGraph docGraph, com.vaadin.ui.UI ui)
public static String extractAnnotation(Set<org.corpus_tools.salt.core.SAnnotation> annotations, String namespace, String featureName)
public static boolean isTerminal(org.corpus_tools.salt.core.SNode n,
VisualizerInput input)
public String getPrimEdgeSubType()
public String getSecEdgeSubType()
public List<edu.uci.ics.jung.graph.DirectedGraph<org.corpus_tools.salt.core.SNode,org.corpus_tools.salt.core.SRelation>> getSyntaxGraphs()
public boolean hasEdgeSubtype(org.corpus_tools.salt.core.SRelation rel,
String edgeSubtype)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.