MaltParser 1.5.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.planar   
org.maltparser.parser.algorithm.stack Implements the Stack parsing algorithms. 
org.maltparser.parser.algorithm.twoplanar   
 

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 ExistsFeature.addressFunction
           
protected  AddressFunction ArcDirFeature.addressFunction
           
protected  AddressFunction InputArcDirFeature.addressFunction
           
protected  AddressFunction NumOfFeature.addressFunction
           
protected  AddressFunction OutputTableFeature.addressFunction
           
protected  AddressFunction InputTableFeature.addressFunction
           
protected  AddressFunction OutputArcFeature.addressFunction1
           
protected  AddressFunction DistanceFeature.addressFunction1
           
protected  AddressFunction InputArcFeature.addressFunction1
           
protected  AddressFunction OutputArcFeature.addressFunction2
           
protected  AddressFunction DistanceFeature.addressFunction2
           
protected  AddressFunction InputArcFeature.addressFunction2
           
 

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

Methods in org.maltparser.core.syntaxgraph.feature with parameters of type AddressFunction
 void OutputColumnFeature.setAddressFunction(AddressFunction addressFunction)
           
 void DGraphAddressFunction.setAddressFunction(AddressFunction addressFunction)
           
 void ExistsFeature.setAddressFunction(AddressFunction addressFunction)
          Sets the address function
 void InputColumnFeature.setAddressFunction(AddressFunction addressFunction)
           
 void ArcDirFeature.setAddressFunction(AddressFunction addressFunction)
          Sets the address function
 void InputArcDirFeature.setAddressFunction(AddressFunction addressFunction)
           
 void NumOfFeature.setAddressFunction(AddressFunction addressFunction)
          Sets the address function
 void OutputTableFeature.setAddressFunction(AddressFunction addressFunction)
           
 void InputTableFeature.setAddressFunction(AddressFunction addressFunction)
           
 void OutputArcFeature.setAddressFunction1(AddressFunction addressFunction1)
          Sets the address function 1 (argument 1)
 void DistanceFeature.setAddressFunction1(AddressFunction addressFunction1)
          Sets the address function 1 (argument 1)
 void InputArcFeature.setAddressFunction1(AddressFunction addressFunction1)
          Sets the address function 1 (argument 1)
 void OutputArcFeature.setAddressFunction2(AddressFunction addressFunction2)
          Sets the address function 2 (argument 2)
 void DistanceFeature.setAddressFunction2(AddressFunction addressFunction2)
          Sets the address function 2 (argument 2)
 void InputArcFeature.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.planar
 

Subclasses of AddressFunction in org.maltparser.parser.algorithm.planar
 class PlanarAddressFunction
           
 

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

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

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

Subclasses of AddressFunction in org.maltparser.parser.algorithm.twoplanar
 class TwoPlanarAddressFunction
           
 


MaltParser 1.5.3

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