MaltParser 1.7.1

Uses of Class
org.maltparser.parser.algorithm.nivre.NivreAddressFunction.NivreSubFunction

Packages that use NivreAddressFunction.NivreSubFunction
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
 

Uses of NivreAddressFunction.NivreSubFunction in org.maltparser.parser.algorithm.nivre
 

Methods in org.maltparser.parser.algorithm.nivre that return NivreAddressFunction.NivreSubFunction
 NivreAddressFunction.NivreSubFunction NivreAddressFunction.getSubFunction()
           
static NivreAddressFunction.NivreSubFunction NivreAddressFunction.NivreSubFunction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NivreAddressFunction.NivreSubFunction[] NivreAddressFunction.NivreSubFunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


MaltParser 1.7.1

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