![]() |
GrammarScope
4.0.0
|
Static Private Attributes | |
static final long | serialVersionUID = 8217000792694778573L |
Additional Inherited Members | |
![]() | |
double | score |
AGrammaticalStructure | head |
Map< BasicRelation, AGrammaticalStructure > | dependents |
Map< BasicRelation, AGrammaticalStructure > | governors |
Map< String, String > | annotations |
![]() | |
final String | value |
![]() | |
BasicTree< T > | parent |
List< T > | children |
Mutable grammatical structure
grammarscope.mutable.MutableAGrammaticalStructure.MutableAGrammaticalStructure | ( | final String | value, |
final Token | token, | ||
final double | score | ||
) |
Constructor
value | value |
token | token |
score | score |
void grammarscope.mutable.MutableAGrammaticalStructure.addChild | ( | final MutableAGrammaticalStructure | artifact | ) |
Add child
artifact | child artifact |
|
staticprivate |