org.maltparser.parser.algorithm.nivre
Class NivreConfig
java.lang.Object
   org.maltparser.parser.ParserConfiguration
org.maltparser.parser.ParserConfiguration
       org.maltparser.parser.algorithm.nivre.NivreConfig
org.maltparser.parser.algorithm.nivre.NivreConfig
- public class NivreConfig 
- extends ParserConfiguration
- Author:
- Johan Hall
 
 
 
 
 
 
STRICT
public static final int STRICT
- See Also:
- Constant Field Values
RELAXED
public static final int RELAXED
- See Also:
- Constant Field Values
NORMAL
public static final int NORMAL
- See Also:
- Constant Field Values
NivreConfig
public NivreConfig(SymbolTableHandler symbolTableHandler,
                   String rootHandling)
            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:
- isTerminalStatein 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
 
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:
- setDependencyGraphin class- ParserConfiguration
 
- 
- Parameters:
- source- a dependency structure
- Throws:
- MaltChainedException
 
getDependencyGraph
public DependencyStructure getDependencyGraph()
- Description copied from class: ParserConfiguration
- Returns the dependency structure
 
- 
- Specified by:
- getDependencyGraphin 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:
- initializein class- ParserConfiguration
 
- 
- Parameters:
- parserConfiguration- a parser configuration
- Throws:
- MaltChainedException
 
getRootHandling
public int getRootHandling()
- 
 
setRootHandling
public void setRootHandling(int rootHandling)
- 
 
setRootHandling
protected void setRootHandling(String rh)
                        throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
clear
public void clear()
           throws MaltChainedException
- Description copied from class: ParserConfiguration
- Clears the parser configuration
 
- 
- Specified by:
- clearin class- ParserConfiguration
 
- 
- Throws:
- MaltChainedException
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.