MaltParser 1.0.2

org.maltparser.parser.algorithm.covington
Class CovingtonNonProjective

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

public class CovingtonNonProjective
extends Covington

Since:
1.0
Author:
Joakim Nivre, Johan Hall

Field Summary
 
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
 
Constructor Summary
CovingtonNonProjective(SingleMaltConfiguration configuration, Sentence sentence)
           
 
Method Summary
 String getName()
           
protected  void updateLeft(DependencyGraph dg, int trans)
           
 
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
 

Constructor Detail

CovingtonNonProjective

public CovingtonNonProjective(SingleMaltConfiguration configuration,
                              Sentence sentence)
                       throws MaltChainedException
Throws:
MaltChainedException
Method Detail

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

MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.