MaltParser 1.2

Uses of Interface
org.maltparser.core.feature.function.Function

Packages that use Function
org.maltparser.core.feature Provides classes for handling feature models. 
org.maltparser.core.feature.function Contains classes and interfaces for handling feature and address functions. 
org.maltparser.core.feature.map Contains classes handling feature map functions. 
org.maltparser.core.feature.system provides classes to handle the feature system. 
org.maltparser.core.feature.value Contains classes and interfaces for handling feature values. 
org.maltparser.core.symbol Contains classes for handling different kinds of symbols (e.g., word forms, root labels and parser actions). 
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 Function in org.maltparser.core.feature
 

Methods in org.maltparser.core.feature with parameters of type Function
protected  void FeatureModel.initializeFunction(Function function, Stack<Object> objects)
           
 

Uses of Function in org.maltparser.core.feature.function
 

Subinterfaces of Function in org.maltparser.core.feature.function
 interface FeatureFunction
           
 interface FeatureMapFunction
           
 interface Modifiable
           
 

Classes in org.maltparser.core.feature.function that implement Function
 class AddressFunction
           
 

Uses of Function in org.maltparser.core.feature.map
 

Classes in org.maltparser.core.feature.map that implement Function
 class Merge3Feature
           
 class MergeFeature
           
 class PrefixFeature
           
 class SplitFeature
           
 class SuffixFeature
           
 

Uses of Function in org.maltparser.core.feature.system
 

Methods in org.maltparser.core.feature.system that return Function
 Function FunctionDescription.newFunction(ConfigurationRegistry registry)
           
 Function FeatureEngine.newFunction(String functionName, ConfigurationRegistry registry)
           
 

Uses of Function in org.maltparser.core.feature.value
 

Fields in org.maltparser.core.feature.value declared as Function
protected  Function FunctionValue.function
           
 

Methods in org.maltparser.core.feature.value that return Function
 Function FunctionValue.getFunction()
           
 

Methods in org.maltparser.core.feature.value with parameters of type Function
 void FunctionValue.setFunction(Function function)
           
 

Constructors in org.maltparser.core.feature.value with parameters of type Function
AddressValue(Function function)
           
FeatureValue(Function function)
           
FunctionValue(Function function)
           
MultipleFeatureValue(Function function)
           
SingleFeatureValue(Function function)
           
 

Uses of Function in org.maltparser.core.symbol
 

Classes in org.maltparser.core.symbol that implement Function
 class TableFeature
           
 

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

Classes in org.maltparser.core.syntaxgraph.feature that implement Function
 class ColumnFeature
           
 class DGraphAddressFunction
           
 class InputColumnFeature
           
 class OutputColumnFeature
           
 class OutputTableFeature
           
 

Uses of Function in org.maltparser.parser.algorithm
 

Classes in org.maltparser.parser.algorithm that implement Function
 class InputArcDirFeature
           
 class InputArcFeature
           
 

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

Classes in org.maltparser.parser.algorithm.covington that implement Function
 class CovAddressFunction
           
 

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

Classes in org.maltparser.parser.algorithm.nivre that implement Function
 class NivreAddressFunction
           
 


MaltParser 1.2

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