public final class LWDeterministicParser extends java.lang.Object implements AlgoritmInterface, GuideUserHistory
| Constructor and Description |
|---|
LWDeterministicParser(LWSingleMalt lwSingleMalt,
SymbolTableHandler symbolTableHandler) |
LWDeterministicParser(LWSingleMalt lwSingleMalt,
SymbolTableHandler symbolTableHandler,
FeatureModel _featureModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
ActionContainer[] |
getActionContainerArray() |
java.util.ArrayList<ActionContainer> |
getActionContainers() |
java.util.ArrayList<TableContainer> |
getActionTables() |
ParserConfiguration |
getCurrentParserConfiguration() |
java.util.ArrayList<TableContainer> |
getDecisionTables() |
GuideUserAction |
getEmptyGuideUserAction() |
java.lang.String |
getGuideName() |
int |
getKBestSize() |
DependencyParserConfig |
getManager() |
int |
getNumberOfActions() |
int |
getNumberOfDecisions() |
ParserRegistry |
getParserRegistry() |
DependencyStructure |
parse(DependencyStructure parseDependencyGraph) |
void |
setGuideName(java.lang.String guideName) |
public LWDeterministicParser(LWSingleMalt lwSingleMalt, SymbolTableHandler symbolTableHandler, FeatureModel _featureModel) throws MaltChainedException
MaltChainedExceptionpublic LWDeterministicParser(LWSingleMalt lwSingleMalt, SymbolTableHandler symbolTableHandler) throws MaltChainedException
MaltChainedExceptionpublic DependencyStructure parse(DependencyStructure parseDependencyGraph) throws MaltChainedException
MaltChainedExceptionpublic ParserRegistry getParserRegistry()
getParserRegistry in interface AlgoritmInterfacepublic ParserConfiguration getCurrentParserConfiguration()
getCurrentParserConfiguration in interface AlgoritmInterfacepublic DependencyParserConfig getManager()
getManager in interface AlgoritmInterfacepublic java.lang.String getGuideName()
public void setGuideName(java.lang.String guideName)
public GuideUserAction getEmptyGuideUserAction() throws MaltChainedException
getEmptyGuideUserAction in interface GuideUserHistoryMaltChainedExceptionpublic java.util.ArrayList<ActionContainer> getActionContainers()
getActionContainers in interface GuideUserHistorypublic ActionContainer[] getActionContainerArray()
getActionContainerArray in interface GuideUserHistorypublic void clear() throws MaltChainedException
clear in interface GuideUserHistoryMaltChainedExceptionpublic int getNumberOfDecisions()
getNumberOfDecisions in interface GuideUserHistorypublic int getKBestSize()
getKBestSize in interface GuideUserHistorypublic int getNumberOfActions()
public java.util.ArrayList<TableContainer> getDecisionTables()
getDecisionTables in interface GuideUserHistorypublic java.util.ArrayList<TableContainer> getActionTables()
getActionTables in interface GuideUserHistoryCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.