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

Public Member Functions

 ASemanticGraphFactory (final List< WordSegment > segmentation)
 
ASemanticGraph make (final SemanticGraph semanticGraph, final TypedDependencyProvider provider, final TypedDependencyMode mode)
 

Private Attributes

final List< WordSegmentsegmentation
 

Detailed Description

Semantic graph factory

Author
Bernard Bou

Constructor & Destructor Documentation

◆ ASemanticGraphFactory()

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

Constructor

Parameters
segmentationsegmentation

Member Function Documentation

◆ make()

ASemanticGraph grammarscope.glue.ASemanticGraphFactory.make ( final SemanticGraph  semanticGraph,
final TypedDependencyProvider  provider,
final TypedDependencyMode  mode 
)

Make semantic graph artifact from Stanford semantic graph

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

Member Data Documentation

◆ segmentation

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

Segmentation to use if absent on index word


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