Package | Description |
---|---|
org.maltparser.parser |
The top package for Single Malt Parser.
|
org.maltparser.parser.history |
Contains classes for managing the history feature model.
|
Modifier and Type | Field and Description |
---|---|
protected HistoryNode |
ParserConfiguration.historyNode |
Modifier and Type | Method and Description |
---|---|
HistoryNode |
ParserConfiguration.getHistoryNode() |
Modifier and Type | Method and Description |
---|---|
void |
ParserConfiguration.setHistoryNode(HistoryNode historyNode) |
Modifier and Type | Class and Description |
---|---|
class |
HistoryListNode |
class |
HistoryTreeNode |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<HistoryNode> |
HistoryList.list |
protected ObjectPoolList<HistoryNode> |
HistoryTree.nodePool |
protected ObjectPoolList<HistoryNode> |
HistoryList.nodePool |
Modifier and Type | Method and Description |
---|---|
HistoryNode |
HistoryTree.getNewHistoryNode(HistoryNode previousNode,
GuideUserAction action) |
abstract HistoryNode |
HistoryStructure.getNewHistoryNode(HistoryNode previousNode,
GuideUserAction action) |
HistoryNode |
HistoryList.getNewHistoryNode(HistoryNode previousNode,
GuideUserAction action) |
HistoryNode |
HistoryNode.getPreviousNode() |
HistoryNode |
HistoryTreeNode.getPreviousNode() |
HistoryNode |
HistoryListNode.getPreviousNode() |
Modifier and Type | Method and Description |
---|---|
HistoryNode |
HistoryTree.getNewHistoryNode(HistoryNode previousNode,
GuideUserAction action) |
abstract HistoryNode |
HistoryStructure.getNewHistoryNode(HistoryNode previousNode,
GuideUserAction action) |
HistoryNode |
HistoryList.getNewHistoryNode(HistoryNode previousNode,
GuideUserAction action) |
void |
HistoryNode.setPreviousNode(HistoryNode node) |
void |
HistoryTreeNode.setPreviousNode(HistoryNode node) |
void |
HistoryListNode.setPreviousNode(HistoryNode node) |
Constructor and Description |
---|
HistoryListNode(HistoryNode _previousNode,
GuideUserAction _action) |
HistoryTreeNode(HistoryNode previousNode,
GuideUserAction action) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.