MaltParser 1.2

Uses of Class
org.maltparser.parser.SingleMalt

Packages that use SingleMalt
org.maltparser.parser The top package for Single Malt Parser. 
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre.malt04 Implements the Nivre deterministic parsing algorithms that emulate the behavior of MaltParser 0.4. 
 

Uses of SingleMalt in org.maltparser.parser
 

Methods in org.maltparser.parser that return SingleMalt
 SingleMalt SingleMaltChartItem.getSingleMalt()
           
 

Methods in org.maltparser.parser with parameters of type SingleMalt
 void SingleMaltChartItem.setSingleMalt(SingleMalt singleMalt)
           
 

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

Fields in org.maltparser.parser.algorithm.covington declared as SingleMalt
protected  SingleMalt Covington.configuration
           
 

Methods in org.maltparser.parser.algorithm.covington that return SingleMalt
 SingleMalt Covington.getConfiguration()
           
 

Constructors in org.maltparser.parser.algorithm.covington with parameters of type SingleMalt
Covington(SingleMalt configuration)
           
CovingtonNonProjective(SingleMalt configuration)
           
CovingtonProjective(SingleMalt configuration)
           
 

Uses of SingleMalt in org.maltparser.parser.algorithm.nivre
 

Fields in org.maltparser.parser.algorithm.nivre declared as SingleMalt
protected  SingleMalt Nivre.configuration
           
 

Methods in org.maltparser.parser.algorithm.nivre that return SingleMalt
 SingleMalt Nivre.getConfiguration()
           
 

Constructors in org.maltparser.parser.algorithm.nivre with parameters of type SingleMalt
Nivre(SingleMalt configuration)
           
NivreEager(SingleMalt configuration)
           
NivreStandard(SingleMalt configuration)
           
 

Uses of SingleMalt in org.maltparser.parser.algorithm.nivre.malt04
 

Constructors in org.maltparser.parser.algorithm.nivre.malt04 with parameters of type SingleMalt
NivreEagerMalt04(SingleMalt configuration)
           
NivreMalt04(SingleMalt configuration)
           
NivreStandardMalt04(SingleMalt configuration)
           
 


MaltParser 1.2

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