MaltParser 1.2

Uses of Package
org.maltparser.core.feature

Packages that use org.maltparser.core.feature
org.maltparser.core.feature Provides classes for handling feature models. 
org.maltparser.ml Contains an interface and classes for creating an interface to an machine learning method. 
org.maltparser.ml.libsvm Contains classes that interacts with the LIBSVM learner. 
org.maltparser.ml.libsvm.malt04 Contains classes that interacts with the LIBSVM learner that tries to emulate the behavior of MaltParser 0.4. 
org.maltparser.parser.guide Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner. 
org.maltparser.parser.guide.decision Provides classes for different decision models. 
org.maltparser.parser.guide.instance Provides classes for different instance models. 
 

Classes in org.maltparser.core.feature used by org.maltparser.core.feature
FeatureModel
           
FeatureVector
           
 

Classes in org.maltparser.core.feature used by org.maltparser.ml
FeatureVector
           
 

Classes in org.maltparser.core.feature used by org.maltparser.ml.libsvm
FeatureVector
           
 

Classes in org.maltparser.core.feature used by org.maltparser.ml.libsvm.malt04
FeatureVector
           
 

Classes in org.maltparser.core.feature used by org.maltparser.parser.guide
FeatureModelManager
           
 

Classes in org.maltparser.core.feature used by org.maltparser.parser.guide.decision
FeatureModel
           
 

Classes in org.maltparser.core.feature used by org.maltparser.parser.guide.instance
FeatureVector
           
 


MaltParser 1.2

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