MaltParser 1.2

org.maltparser.parser.algorithm.covington
Class CovingtonProjective

java.lang.Object
  extended by org.maltparser.parser.algorithm.covington.Covington
      extended by org.maltparser.parser.algorithm.covington.CovingtonProjective
All Implemented Interfaces:
ParsingAlgorithm

public class CovingtonProjective
extends Covington

Since:
1.0
Author:
Joakim Nivre, Johan Hall

Field Summary
 
Fields inherited from class org.maltparser.parser.algorithm.covington.Covington
actionContainers, allowShift, arcLabelActionContainers, behavior, complexTransition, configuration, currentAction, history, input, left, LEFTARC, leftstop, MALT_0_4, MALT_1_0, NOARC, pushActionContainer, pushTable, right, RIGHTARC, rightstop, SHIFT, tableHandlers, transActionContainer, transitionTableHandler
 
Constructor Summary
CovingtonProjective(SingleMalt configuration)
           
 
Method Summary
 String getName()
           
protected  void updateLeft(DependencyStructure dg, int trans)
           
 
Methods inherited from class org.maltparser.parser.algorithm.covington.Covington
addEdgeLabels, addTransition, checkParserAction, getConfiguration, getHistory, getLeftContextNode, getLeftNode, getLeftTarget, getNode, getRightContextNode, getRightNode, getRightTarget, getTransition, initHistory, isActionContainersLabeled, oracleParse, oraclePredict, parse, transition, updateActionContainers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CovingtonProjective

public CovingtonProjective(SingleMalt configuration)
                    throws MaltChainedException
Throws:
MaltChainedException
Method Detail

updateLeft

protected void updateLeft(DependencyStructure dg,
                          int trans)
                   throws MaltChainedException
Specified by:
updateLeft in class Covington
Throws:
MaltChainedException

getName

public String getName()
Specified by:
getName in interface ParsingAlgorithm
Specified by:
getName in class Covington

MaltParser 1.2

Copyright 2007-2008 Johan Hall, Jens Nilsson and Joakim Nivre.