MaltParser 1.2

Uses of Class
org.maltparser.parser.algorithm.nivre.Nivre

Packages that use Nivre
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 Nivre in org.maltparser.parser.algorithm.nivre
 

Subclasses of Nivre in org.maltparser.parser.algorithm.nivre
 class NivreEager
           
 class NivreStandard
           
 

Fields in org.maltparser.parser.algorithm.nivre declared as Nivre
protected  Nivre NivreAddressFunction.parsingAlgorithm
           
 

Methods in org.maltparser.parser.algorithm.nivre that return Nivre
 Nivre NivreAddressFunction.getParsingAlgorithm()
           
 

Methods in org.maltparser.parser.algorithm.nivre with parameters of type Nivre
 void NivreAddressFunction.setParsingAlgorithm(Nivre parsingAlgorithm)
           
 

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

Subclasses of Nivre in org.maltparser.parser.algorithm.nivre.malt04
 class NivreEagerMalt04
           
 class NivreMalt04
           
 class NivreStandardMalt04
           
 


MaltParser 1.2

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