MaltParser 1.2

Uses of Class
org.maltparser.parser.algorithm.covington.Covington

Packages that use Covington
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
 

Uses of Covington in org.maltparser.parser.algorithm.covington
 

Subclasses of Covington in org.maltparser.parser.algorithm.covington
 class CovingtonNonProjective
           
 class CovingtonProjective
           
 

Fields in org.maltparser.parser.algorithm.covington declared as Covington
protected  Covington CovAddressFunction.parsingAlgorithm
           
 

Methods in org.maltparser.parser.algorithm.covington that return Covington
 Covington CovAddressFunction.getParsingAlgorithm()
          Returns one of the two version of the covington parsing algorithm
 

Methods in org.maltparser.parser.algorithm.covington with parameters of type Covington
 void CovAddressFunction.setParsingAlgorithm(Covington parsingAlgorithm)
          Sets the parsing algorthm
 


MaltParser 1.2

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