org.maltparser.parser.algorithm.stack
Class StackConfig
java.lang.Object
org.maltparser.parser.ParserConfiguration
org.maltparser.parser.algorithm.stack.StackConfig
public class StackConfig
- extends ParserConfiguration
- Author:
- Johan Hall
StackConfig
public StackConfig(SymbolTableHandler symbolTableHandler)
throws MaltChainedException
- Throws:
MaltChainedException
getStack
public Stack<DependencyNode> getStack()
getInput
public Stack<DependencyNode> getInput()
getDependencyStructure
public DependencyStructure getDependencyStructure()
isTerminalState
public boolean isTerminalState()
- Description copied from class:
ParserConfiguration
- Returns true if the parser configuration is in a terminal state, otherwise false.
- Specified by:
isTerminalState
in class ParserConfiguration
- Returns:
- true if the parser configuration is in a terminal state, otherwise false.
getStackNode
public DependencyNode getStackNode(int index)
throws MaltChainedException
- Throws:
MaltChainedException
getLookaheadNode
public DependencyNode getLookaheadNode(int index)
throws MaltChainedException
- Throws:
MaltChainedException
getInputNode
public DependencyNode getInputNode(int index)
throws MaltChainedException
- Throws:
MaltChainedException
setDependencyGraph
public void setDependencyGraph(DependencyStructure source)
throws MaltChainedException
- Description copied from class:
ParserConfiguration
- Sets the dependency structure
- Specified by:
setDependencyGraph
in class ParserConfiguration
- Parameters:
source
- a dependency structure
- Throws:
MaltChainedException
lookaheadIncrement
public void lookaheadIncrement()
lookaheadDecrement
public void lookaheadDecrement()
getDependencyGraph
public DependencyStructure getDependencyGraph()
- Description copied from class:
ParserConfiguration
- Returns the dependency structure
- Specified by:
getDependencyGraph
in class ParserConfiguration
- Returns:
- the dependency structure
initialize
public void initialize(ParserConfiguration parserConfiguration)
throws MaltChainedException
- Description copied from class:
ParserConfiguration
- Initialize the parser configuration with the same state as the parameter config
- Specified by:
initialize
in class ParserConfiguration
- Parameters:
parserConfiguration
- a parser configuration
- Throws:
MaltChainedException
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
clear
public void clear()
throws MaltChainedException
- Description copied from class:
ParserConfiguration
- Clears the parser configuration
- Specified by:
clear
in class ParserConfiguration
- Throws:
MaltChainedException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.