public static class AnnotationSerializer.IntermediateSemanticGraph extends Object
| Modifier and Type | Field and Description |
|---|---|
List<AnnotationSerializer.IntermediateEdge> |
edges |
List<AnnotationSerializer.IntermediateNode> |
nodes |
| Constructor and Description |
|---|
IntermediateSemanticGraph() |
IntermediateSemanticGraph(List<AnnotationSerializer.IntermediateNode> nodes,
List<AnnotationSerializer.IntermediateEdge> edges) |
| Modifier and Type | Method and Description |
|---|---|
SemanticGraph |
convertIntermediateGraph(List<CoreLabel> sentence) |
public List<AnnotationSerializer.IntermediateNode> nodes
public List<AnnotationSerializer.IntermediateEdge> edges
public IntermediateSemanticGraph()
public IntermediateSemanticGraph(List<AnnotationSerializer.IntermediateNode> nodes, List<AnnotationSerializer.IntermediateEdge> edges)
public SemanticGraph convertIntermediateGraph(List<CoreLabel> sentence)