GrammarScope  4.0.0
Public Member Functions | Private Attributes | List of all members
grammarscope.glue.GraphFactoryFromSemanticGraph Class Reference
Collaboration diagram for grammarscope.glue.GraphFactoryFromSemanticGraph:
Collaboration graph
[legend]

Public Member Functions

 GraphFactoryFromSemanticGraph (final List< WordSegment > segmentation)
 
Graph< GraphNode, GraphEdgemakeGraph (final SemanticGraph semanticGraph, final TypedDependencyProvider provider, final TypedDependencyMode mode)
 

Private Attributes

final List< WordSegmentsegmentation
 

Detailed Description

Graph factory from Stanford semantic graph

Author
Bernard Bou

Constructor & Destructor Documentation

◆ GraphFactoryFromSemanticGraph()

grammarscope.glue.GraphFactoryFromSemanticGraph.GraphFactoryFromSemanticGraph ( final List< WordSegment segmentation)

Constructor

Parameters
segmentationsegmentation

Member Function Documentation

◆ makeGraph()

Graph<GraphNode, GraphEdge> grammarscope.glue.GraphFactoryFromSemanticGraph.makeGraph ( final SemanticGraph  semanticGraph,
final TypedDependencyProvider  provider,
final TypedDependencyMode  mode 
)

Make graph from Stanford semantic graph

Parameters
semanticGraphStanford semantic graph
providertyped dependency provider
modetyped dependency mode
Returns
graph

Member Data Documentation

◆ segmentation

final List<WordSegment> grammarscope.glue.GraphFactoryFromSemanticGraph.segmentation
private

Segmentation to use if absent on index word


The documentation for this class was generated from the following file: