GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.server.parser.iface.IGrammaticalStructureAnalyzer Interface Reference
Inheritance diagram for grammarscope.server.parser.iface.IGrammaticalStructureAnalyzer:
Inheritance graph
[legend]

Public Member Functions

GrammaticalStructure grammaticalStructure (final Tree parseTree)
 
String getGrammaticalRelationModel ()
 

Detailed Description

Grammatical structure analyzer

Author
Bernard Bou

Member Function Documentation

◆ getGrammaticalRelationModel()

String grammarscope.server.parser.iface.IGrammaticalStructureAnalyzer.getGrammaticalRelationModel ( )

Get grammatical relation model

Returns
model

Implemented in grammarscope.server.parser.GrammaticalStructureAnalyzer.

◆ grammaticalStructure()

GrammaticalStructure grammarscope.server.parser.iface.IGrammaticalStructureAnalyzer.grammaticalStructure ( final Tree  parseTree)

Analyze tree

Parameters
parseTreeparse tree to analyze
Returns
grammatical structure

Implemented in grammarscope.server.parser.GrammaticalStructureAnalyzer.


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