MaltParser 1.6.1

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

Packages that use SingleFeatureValue
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   
 

Uses of SingleFeatureValue in org.maltparser.core.symbol
 

Fields in org.maltparser.core.symbol declared as SingleFeatureValue
protected  SingleFeatureValue TableFeature.featureValue
           
 

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

Fields in org.maltparser.core.syntaxgraph.feature declared as SingleFeatureValue
protected  SingleFeatureValue NumOfFeature.featureValue
           
protected  SingleFeatureValue InputArcDirFeature.featureValue
           
protected  SingleFeatureValue DistanceFeature.featureValue
           
protected  SingleFeatureValue ArcDirFeature.featureValue
           
protected  SingleFeatureValue ExistsFeature.featureValue
           
protected  SingleFeatureValue InputArcFeature.featureValue
           
protected  SingleFeatureValue ColumnFeature.featureValue
           
protected  SingleFeatureValue OutputArcFeature.featureValue
           
 

Methods in org.maltparser.core.syntaxgraph.feature with parameters of type SingleFeatureValue
 void InputArcDirFeature.setFeatureValue(SingleFeatureValue featureValue)
           
 void InputArcFeature.setFeatureValue(SingleFeatureValue featureValue)
           
 void OutputArcFeature.setFeatureValue(SingleFeatureValue featureValue)
           
 


MaltParser 1.6.1

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