MaltParser 1.3

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.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.algorithm.stack Implements the Stack 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 NumOfFeature.addressFunction
           
protected  AddressFunction InputColumnFeature.addressFunction
           
protected  AddressFunction InputArcDirFeature.addressFunction
           
protected  AddressFunction ExistsFeature.addressFunction
           
protected  AddressFunction ArcDirFeature.addressFunction
           
protected  AddressFunction InputArcFeature.addressFunction1
           
protected  AddressFunction DistanceFeature.addressFunction1
           
protected  AddressFunction InputArcFeature.addressFunction2
           
protected  AddressFunction DistanceFeature.addressFunction2
           
 

Methods in org.maltparser.core.syntaxgraph.feature that return AddressFunction
 AddressFunction OutputTableFeature.getAddressFunction()
           
 AddressFunction OutputColumnFeature.getAddressFunction()
           
 AddressFunction NumOfFeature.getAddressFunction()
          Returns the address function
 AddressFunction InputColumnFeature.getAddressFunction()
           
 AddressFunction InputArcDirFeature.getAddressFunction()
           
 AddressFunction ExistsFeature.getAddressFunction()
          Returns the address function
 AddressFunction DGraphAddressFunction.getAddressFunction()
           
 AddressFunction ArcDirFeature.getAddressFunction()
          Returns the address function
 AddressFunction InputArcFeature.getAddressFunction1()
          Returns the address function 1 (argument 1)
 AddressFunction DistanceFeature.getAddressFunction1()
          Returns the address function 1 (argument 1)
 AddressFunction InputArcFeature.getAddressFunction2()
          Returns the address function 2 (argument 2)
 AddressFunction DistanceFeature.getAddressFunction2()
          Returns the address function 2 (argument 2)
 

Methods in org.maltparser.core.syntaxgraph.feature with parameters of type AddressFunction
 void OutputTableFeature.setAddressFunction(AddressFunction addressFunction)
           
 void OutputColumnFeature.setAddressFunction(AddressFunction addressFunction)
           
 void NumOfFeature.setAddressFunction(AddressFunction addressFunction)
          Sets the address function
 void InputColumnFeature.setAddressFunction(AddressFunction addressFunction)
           
 void InputArcDirFeature.setAddressFunction(AddressFunction addressFunction)
           
 void ExistsFeature.setAddressFunction(AddressFunction addressFunction)
          Sets the address function
 void DGraphAddressFunction.setAddressFunction(AddressFunction addressFunction)
           
 void ArcDirFeature.setAddressFunction(AddressFunction addressFunction)
          Sets the address function
 void InputArcFeature.setAddressFunction1(AddressFunction addressFunction1)
          Sets the address function 1 (argument 1)
 void DistanceFeature.setAddressFunction1(AddressFunction addressFunction1)
          Sets the address function 1 (argument 1)
 void InputArcFeature.setAddressFunction2(AddressFunction addressFunction2)
          Sets the address function 2 (argument 2)
 void DistanceFeature.setAddressFunction2(AddressFunction addressFunction2)
          Sets the address function 2 (argument 2)
 

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

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

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

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

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

Subclasses of AddressFunction in org.maltparser.parser.algorithm.stack
 class StackAddressFunction
           
 


MaltParser 1.3

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