org.maltparser.parser.algorithm.covington
Class CovingtonProjective
java.lang.Object
org.maltparser.parser.algorithm.covington.Covington
org.maltparser.parser.algorithm.covington.CovingtonProjective
- All Implemented Interfaces:
- ParsingAlgorithm
public class CovingtonProjective
- extends Covington
- Since:
- 1.0
- Author:
- Joakim Nivre, Johan Hall
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 |
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 |
CovingtonProjective
public CovingtonProjective(SingleMalt configuration)
throws MaltChainedException
- Throws:
MaltChainedException
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
Copyright 2007-2008 Johan Hall, Jens Nilsson and Joakim Nivre.