MaltParser 1.3

Uses of Class
org.maltparser.core.feature.value.AddressValue

Packages that use AddressValue
org.maltparser.core.feature.function Contains classes and interfaces for handling feature and address functions. 
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 AddressValue in org.maltparser.core.feature.function
 

Fields in org.maltparser.core.feature.function declared as AddressValue
protected  AddressValue AddressFunction.address
           
 

Methods in org.maltparser.core.feature.function that return AddressValue
 AddressValue AddressFunction.getAddressValue()
          Returns the address value of address function
 

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

Methods in org.maltparser.parser.algorithm.covington that return AddressValue
 AddressValue CovingtonAddressFunction.getAddressValue()
           
 

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

Methods in org.maltparser.parser.algorithm.nivre that return AddressValue
 AddressValue NivreAddressFunction.getAddressValue()
           
 

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

Methods in org.maltparser.parser.algorithm.stack that return AddressValue
 AddressValue StackAddressFunction.getAddressValue()
           
 


MaltParser 1.3

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