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

Public Member Functions

 RelationDependentsDirectFactory (final StanfordRelationModel relationModel, final Language language0)
 
ARelationDependents make (final Tree tree)
 

Private Member Functions

void build (final Tree tree, final ARelationDependents artifact)
 
List< RelationDependentgetRelationDependents (final GrammaticalRelation relation, final TreeGraphNode tree, final TreeGraphNode rootTree)
 
void getRelationDependents (final GrammaticalRelation grammaticalRelation, final TreeGraphNode tree, final TreeGraphNode rootTree, final List< RelationDependent > list)
 

Static Private Member Functions

static List< SegmenttreeToSegments (final Tree tree)
 
static RelationDependent makeRelationDependent (final GrammaticalRelation relation, final Tree tree, final Tree head)
 

Private Attributes

final StanfordRelationModel relationModel
 
HeadFinder headFinder
 

Constructor & Destructor Documentation

◆ RelationDependentsDirectFactory()

grammarscope.glue.RelationDependentsDirectFactory.RelationDependentsDirectFactory ( final StanfordRelationModel  relationModel,
final Language  language0 
)

Member Function Documentation

◆ build()

void grammarscope.glue.RelationDependentsDirectFactory.build ( final Tree  tree,
final ARelationDependents  artifact 
)
private

Build relation dependents

Parameters
treeparse tree
artifactartifact

◆ getRelationDependents() [1/2]

void grammarscope.glue.RelationDependentsDirectFactory.getRelationDependents ( final GrammaticalRelation  grammaticalRelation,
final TreeGraphNode  tree,
final TreeGraphNode  rootTree,
final List< RelationDependent list 
)
private

Analyze sentence (recursive)

Parameters
grammaticalRelationthe targeted grammatical relation
treethe parsed subtree to analyze
rootTreethe root tree above the parsed subtree to analyze
listthe list accumulation results

◆ getRelationDependents() [2/2]

List<RelationDependent> grammarscope.glue.RelationDependentsDirectFactory.getRelationDependents ( final GrammaticalRelation  relation,
final TreeGraphNode  tree,
final TreeGraphNode  rootTree 
)
private

Analyze tree for a given grammatical relation

Parameters
relationthe targeted grammatical relation
treethe parsed subtree to analyze
rootTreethe root tree above the parsed subtree to analyze
Returns
list of relation dependents

◆ make()

ARelationDependents grammarscope.glue.RelationDependentsDirectFactory.make ( final Tree  tree)

Make relation dependents from parse tree

Parameters
treeparse tree
Returns
relation dependents artifact

◆ makeRelationDependent()

static RelationDependent grammarscope.glue.RelationDependentsDirectFactory.makeRelationDependent ( final GrammaticalRelation  relation,
final Tree  tree,
final Tree  head 
)
staticprivate

Make relation dependent

Parameters
relationgrammatical relation
treetarget tree
headits head
Returns
relation dependent

◆ treeToSegments()

static List<Segment> grammarscope.glue.RelationDependentsDirectFactory.treeToSegments ( final Tree  tree)
staticprivate

Tree to segments

Parameters
treetree
Returns
list of segments for this tree

Member Data Documentation

◆ headFinder

HeadFinder grammarscope.glue.RelationDependentsDirectFactory.headFinder
private

◆ relationModel

final StanfordRelationModel grammarscope.glue.RelationDependentsDirectFactory.relationModel
private

Relation model


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