MaltParser 1.2

Uses of Class
org.maltparser.core.feature.function.AddressFunction

Packages that use AddressFunction
org.maltparser.core.feature Provides classes for handling feature models. 
org.maltparser.core.syntaxgraph.feature   
org.maltparser.parser.algorithm Contains classes for creating an implementation of a deterministic parsing algorithm. 
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
 

Uses of AddressFunction in org.maltparser.core.feature
 

Fields in org.maltparser.core.feature with type parameters of type AddressFunction
protected  ArrayList<AddressFunction> FeatureModel.addressFunctionCache
           
 

Methods in org.maltparser.core.feature that return types with arguments of type AddressFunction
 ArrayList<AddressFunction> FeatureModel.getAddressFunctionCache()
           
 

Uses of AddressFunction in org.maltparser.core.syntaxgraph.feature
 

Subclasses of AddressFunction in org.maltparser.core.syntaxgraph.feature
 class DGraphAddressFunction
           
 

Fields in org.maltparser.core.syntaxgraph.feature declared as AddressFunction
protected  AddressFunction OutputTableFeature.addressFunction
           
protected  AddressFunction OutputColumnFeature.addressFunction
           
protected  AddressFunction InputColumnFeature.addressFunction
           
 

Methods in org.maltparser.core.syntaxgraph.feature that return AddressFunction
 AddressFunction OutputTableFeature.getAddressFunction()
           
 AddressFunction OutputColumnFeature.getAddressFunction()
           
 AddressFunction InputColumnFeature.getAddressFunction()
           
 AddressFunction DGraphAddressFunction.getAddressFunction()
           
 

Methods in org.maltparser.core.syntaxgraph.feature with parameters of type AddressFunction
 void OutputTableFeature.setAddressFunction(AddressFunction addressFunction)
           
 void OutputColumnFeature.setAddressFunction(AddressFunction addressFunction)
           
 void InputColumnFeature.setAddressFunction(AddressFunction addressFunction)
           
 void DGraphAddressFunction.setAddressFunction(AddressFunction addressFunction)
           
 

Uses of AddressFunction in org.maltparser.parser.algorithm
 

Fields in org.maltparser.parser.algorithm declared as AddressFunction
protected  AddressFunction InputArcDirFeature.addressFunction
           
 

Methods in org.maltparser.parser.algorithm that return AddressFunction
 AddressFunction InputArcDirFeature.getAddressFunction()
           
 

Methods in org.maltparser.parser.algorithm with parameters of type AddressFunction
 void InputArcDirFeature.setAddressFunction(AddressFunction addressFunction)
           
 

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

Subclasses of AddressFunction in org.maltparser.parser.algorithm.covington
 class CovAddressFunction
           
 

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

Subclasses of AddressFunction in org.maltparser.parser.algorithm.nivre
 class NivreAddressFunction
           
 


MaltParser 1.2

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