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, Featurable
public class CovingtonProjective
- extends Covington
- Since:
- 1.0
- Author:
- Joakim Nivre, Johan Hall
Fields inherited from class org.maltparser.parser.algorithm.covington.Covington |
allowShift, behavior, configuration, dependencyGraph, deprel, input, left, LEFTARC, leftstop, MALT_0_4, MALT_1_0, NOARC, parserAction, right, RIGHTARC, rightstop, sentence, SHIFT |
Methods inherited from class org.maltparser.parser.algorithm.covington.Covington |
checkParserAction, getConfiguration, getDependencyGraph, getNode, getParserAction, initParserAction, isOperation, oracleParse, oraclePredict, parse, transition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CovingtonProjective
public CovingtonProjective(SingleMaltConfiguration configuration,
Sentence sentence)
throws MaltChainedException
- Throws:
MaltChainedException
updateLeft
protected void updateLeft(DependencyGraph dg,
int trans)
- Specified by:
updateLeft
in class Covington
getName
public String getName()
- Specified by:
getName
in interface ParsingAlgorithm
- Specified by:
getName
in class Covington
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.