MaltParser 1.2

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

Packages that use FeatureValue
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.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. 
 

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

Methods in org.maltparser.core.feature.function that return FeatureValue
 FeatureValue FeatureFunction.getFeatureValue()
          Returns the feature value
 

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

Methods in org.maltparser.core.feature.map that return FeatureValue
 FeatureValue SuffixFeature.getFeatureValue()
           
 FeatureValue SplitFeature.getFeatureValue()
           
 FeatureValue PrefixFeature.getFeatureValue()
           
 FeatureValue MergeFeature.getFeatureValue()
           
 FeatureValue Merge3Feature.getFeatureValue()
           
 

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

Subclasses of FeatureValue in org.maltparser.core.feature.value
 class MultipleFeatureValue
           
 class SingleFeatureValue
           
 

Uses of FeatureValue in org.maltparser.core.symbol
 

Methods in org.maltparser.core.symbol that return FeatureValue
 FeatureValue TableFeature.getFeatureValue()
           
 

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

Methods in org.maltparser.core.syntaxgraph.feature that return FeatureValue
 FeatureValue ColumnFeature.getFeatureValue()
           
 

Uses of FeatureValue in org.maltparser.parser.algorithm
 

Methods in org.maltparser.parser.algorithm that return FeatureValue
 FeatureValue InputArcFeature.getFeatureValue()
           
 FeatureValue InputArcDirFeature.getFeatureValue()
           
 


MaltParser 1.2

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