![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| AGrammaticalStructure (final String value, final Token token, final double score) | |
| Token | getToken () |
| String | getLabel () |
| String | getId () |
| AGrammaticalStructure | getNode () |
| String | getValue () |
| Double | getScore () |
| ILabel | getILabel () |
| String | getWord () |
| String | getLemma () |
| int | getIndex () |
| Map< String, String > | getAnnotations () |
| Map< BasicRelation, AGrammaticalStructure > | getOutGoingNodes () |
| Map< BasicRelation, AGrammaticalStructure > | getInComingNodes () |
| String | toString () |
Public Member Functions inherited from grammarscope.artifacts.BasicTree< AGrammaticalStructure > | |
| BasicTree () | |
| abstract String | getId () |
| BasicTree< T > | getParent () |
| List< T > | getChildren () |
| T | getNode () |
| int | depth () |
| String | toString () |
| String | toString (final String indent) |
Public Member Functions inherited from grammarscope.iface.ITree< N > | |
| List< N > | getChildren () |
Public Attributes | |
| double | score |
| AGrammaticalStructure | head |
| Map< BasicRelation, AGrammaticalStructure > | dependents |
| Map< BasicRelation, AGrammaticalStructure > | governors |
| Map< String, String > | annotations |
Protected Attributes | |
| final String | value |
Protected Attributes inherited from grammarscope.artifacts.BasicTree< AGrammaticalStructure > | |
| BasicTree< T > | parent |
| List< T > | children |
Private Member Functions | |
| void | toString (final String indent, final StringBuffer sb) |
Private Attributes | |
| final Token | token |
Static Private Attributes | |
| static final long | serialVersionUID = -5875559775091994729L |
Artifact representing grammatical structure
| grammarscope.artifacts.AGrammaticalStructure.AGrammaticalStructure | ( | final String | value, |
| final Token | token, | ||
| final double | score | ||
| ) |
Constructor
| value | value |
| token | token |
| score | score |
| Map<String, String> grammarscope.artifacts.AGrammaticalStructure.getAnnotations | ( | ) |
| String grammarscope.artifacts.AGrammaticalStructure.getId | ( | ) |
| ILabel grammarscope.artifacts.AGrammaticalStructure.getILabel | ( | ) |
| Map<BasicRelation, AGrammaticalStructure> grammarscope.artifacts.AGrammaticalStructure.getInComingNodes | ( | ) |
| int grammarscope.artifacts.AGrammaticalStructure.getIndex | ( | ) |
| String grammarscope.artifacts.AGrammaticalStructure.getLabel | ( | ) |
Get label
| String grammarscope.artifacts.AGrammaticalStructure.getLemma | ( | ) |
| AGrammaticalStructure grammarscope.artifacts.AGrammaticalStructure.getNode | ( | ) |
| Map<BasicRelation, AGrammaticalStructure> grammarscope.artifacts.AGrammaticalStructure.getOutGoingNodes | ( | ) |
| Double grammarscope.artifacts.AGrammaticalStructure.getScore | ( | ) |
| Token grammarscope.artifacts.AGrammaticalStructure.getToken | ( | ) |
Get token
| String grammarscope.artifacts.AGrammaticalStructure.getValue | ( | ) |
| String grammarscope.artifacts.AGrammaticalStructure.getWord | ( | ) |
| String grammarscope.artifacts.AGrammaticalStructure.toString | ( | ) |
|
private |
| Map<String, String> grammarscope.artifacts.AGrammaticalStructure.annotations |
Annotations
| Map<BasicRelation, AGrammaticalStructure> grammarscope.artifacts.AGrammaticalStructure.dependents |
Links to dependents
| Map<BasicRelation, AGrammaticalStructure> grammarscope.artifacts.AGrammaticalStructure.governors |
Links to governors
| AGrammaticalStructure grammarscope.artifacts.AGrammaticalStructure.head |
Head
| double grammarscope.artifacts.AGrammaticalStructure.score |
Index
|
staticprivate |
|
private |
Token
|
protected |
Value
1.8.17