org.maltparser.parser.algorithm.twoplanar
Class TwoPlanar
java.lang.Object
   org.maltparser.parser.TransitionSystem
org.maltparser.parser.TransitionSystem
       org.maltparser.parser.algorithm.twoplanar.TwoPlanar
org.maltparser.parser.algorithm.twoplanar.TwoPlanar
- public class TwoPlanar 
- extends TransitionSystem
- Author:
- Carlos Gomez Rodriguez
 
 
 
 
| Methods inherited from class org.maltparser.parser.TransitionSystem | 
| addEdgeLabels, copyAction, getActionString, getPropagationManager, getTableHandlers, getTransitionTableHandler, initTableHandlers, initTransitionSystem, isActionContainersLabeled, setPropagationManager, updateActionContainers | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SHIFT
protected static final int SHIFT
- See Also:
- Constant Field Values
SWITCH
protected static final int SWITCH
- See Also:
- Constant Field Values
RIGHTARC
protected static final int RIGHTARC
- See Also:
- Constant Field Values
LEFTARC
protected static final int LEFTARC
- See Also:
- Constant Field Values
REDUCE
protected static final int REDUCE
- See Also:
- Constant Field Values
REDUCEBOTH
protected static final int REDUCEBOTH
- See Also:
- Constant Field Values
TwoPlanar
public TwoPlanar()
          throws MaltChainedException
- Throws:
- MaltChainedException
apply
public void apply(GuideUserAction currentAction,
                  ParserConfiguration config)
           throws MaltChainedException
- 
- Specified by:
- applyin class- TransitionSystem
 
- 
- Throws:
- MaltChainedException
 
getDeterministicAction
public GuideUserAction getDeterministicAction(GuideUserHistory history,
                                              ParserConfiguration config)
                                       throws MaltChainedException
- 
- Specified by:
- getDeterministicActionin class- TransitionSystem
 
- 
- Throws:
- MaltChainedException
 
addAvailableTransitionToTable
protected void addAvailableTransitionToTable(TransitionTable ttable)
                                      throws MaltChainedException
- 
- Specified by:
- addAvailableTransitionToTablein class- TransitionSystem
 
- 
- Throws:
- MaltChainedException
 
initWithDefaultTransitions
protected void initWithDefaultTransitions(GuideUserHistory history)
                                   throws MaltChainedException
- 
- Specified by:
- initWithDefaultTransitionsin class- TransitionSystem
 
- 
- Throws:
- MaltChainedException
 
getName
public String getName()
- 
- Specified by:
- getNamein class- TransitionSystem
 
- 
 
permissible
public boolean permissible(GuideUserAction currentAction,
                           ParserConfiguration config)
                    throws MaltChainedException
- 
- Specified by:
- permissiblein class- TransitionSystem
 
- 
- Throws:
- MaltChainedException
 
defaultAction
public GuideUserAction defaultAction(GuideUserHistory history,
                                     ParserConfiguration configuration)
                              throws MaltChainedException
- 
- Specified by:
- defaultActionin class- TransitionSystem
 
- 
- Throws:
- MaltChainedException
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.