MaltParser 1.0.2

Uses of Package
org.maltparser.parser.guide.feature

Packages that use org.maltparser.parser.guide.feature
org.maltparser.core.graph Contains classes for building a dependency graph. 
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.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. 
org.maltparser.parser.guide.feature Contains classes which handle the feature extraction. 
org.maltparser.parser.guide.instmodel Provides an interface for implementing different kinds of prediction strategies. 
org.maltparser.parser.guide.predmodel Contains classes for implementing different kinds of instance models. 
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.core.graph
Featurable
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.ml
Feature
           
FeatureVector
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.ml.libsvm
Feature
           
FeatureVector
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.ml.libsvm.malt04
Feature
           
FeatureVector
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.parser.algorithm
Featurable
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.parser.algorithm.covington
Featurable
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.parser.algorithm.nivre
Featurable
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.parser.guide.feature
AtomicFeature
           
ColumnFeature
           
Feature
           
TokenFeature
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.parser.guide.instmodel
Feature
           
FeatureVector
           
 

Classes in org.maltparser.parser.guide.feature used by org.maltparser.parser.guide.predmodel
FeatureVector
           
 


MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.