Package | Description |
---|---|
org.maltparser.core.syntaxgraph | |
org.maltparser.parser.history |
Contains classes for managing the history feature model.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectPoolList<Edge> |
PhraseStructureGraph.edgePool |
protected ObjectPoolList<LabelSet> |
SyntaxGraph.labelSetPool |
protected ObjectPoolList<NonTerminal> |
PhraseStructureGraph.nonTerminalPool |
protected ObjectPoolList<Token> |
Sentence.terminalPool |
Modifier and Type | Field and Description |
---|---|
protected ObjectPoolList<HistoryNode> |
HistoryTree.nodePool |
protected ObjectPoolList<HistoryNode> |
HistoryList.nodePool |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.