![]() |
GrammarScope
4.0.0
|

Public Member Functions | |
| GraphFactoryFromSemanticGraph (final List< WordSegment > segmentation) | |
| Graph< GraphNode, GraphEdge > | makeGraph (final SemanticGraph semanticGraph, final TypedDependencyProvider provider, final TypedDependencyMode mode) |
Private Attributes | |
| final List< WordSegment > | segmentation |
Graph factory from Stanford semantic graph
| grammarscope.glue.GraphFactoryFromSemanticGraph.GraphFactoryFromSemanticGraph | ( | final List< WordSegment > | segmentation | ) |
Constructor
| segmentation | segmentation |
| Graph<GraphNode, GraphEdge> grammarscope.glue.GraphFactoryFromSemanticGraph.makeGraph | ( | final SemanticGraph | semanticGraph, |
| final TypedDependencyProvider | provider, | ||
| final TypedDependencyMode | mode | ||
| ) |
Make graph from Stanford semantic graph
| semanticGraph | Stanford semantic graph |
| provider | typed dependency provider |
| mode | typed dependency mode |
|
private |
Segmentation to use if absent on index word
1.8.17