MaltParser 1.0.2

Uses of Class
org.maltparser.parser.guide.feature.Feature

Packages that use Feature
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.feature Contains classes which handle the feature extraction. 
org.maltparser.parser.guide.instmodel Provides an interface for implementing different kinds of prediction strategies. 
 

Uses of Feature in org.maltparser.ml
 

Methods in org.maltparser.ml with parameters of type Feature
 void LearningMethod.moveAllInstances(LearningMethod method, Feature divideFeature, ArrayList<Integer> divideFeatureIndexVector)
           
 

Uses of Feature in org.maltparser.ml.libsvm
 

Methods in org.maltparser.ml.libsvm with parameters of type Feature
 void Libsvm.moveAllInstances(LearningMethod method, Feature divideFeature, ArrayList<Integer> divideFeatureIndexVector)
           
 

Uses of Feature in org.maltparser.ml.libsvm.malt04
 

Methods in org.maltparser.ml.libsvm.malt04 with parameters of type Feature
 void LibsvmMalt04.moveAllInstances(LearningMethod method, Feature divideFeature, ArrayList<Integer> divideFeatureIndexVector)
           
 

Uses of Feature in org.maltparser.parser.guide.feature
 

Subclasses of Feature in org.maltparser.parser.guide.feature
 class AtomicFeature
           
 class ColumnFeature
           
 class InputColumnFeature
           
 class OutputColumnFeature
           
 class ParserActionFeature
          TODO: NB not tested yet, probably wrong behavior
 class SplitFeature
           
 class SuffixFeature
           
 class TokenFeature
           
 class TransitionFeature
          TODO: NB not tested yet, probably wrong behavior
 

Methods in org.maltparser.parser.guide.feature that return Feature
 Feature SuffixFeature.getParentFeature()
           
 Feature SplitFeature.getParentFeature()
           
protected  Feature SuffixFeature.initParentFeature(String spec)
           
protected  Feature SplitFeature.initParentFeature(String spec)
           
 

Uses of Feature in org.maltparser.parser.guide.instmodel
 

Methods in org.maltparser.parser.guide.instmodel with parameters of type Feature
 void AtomicModel.moveAllInstances(AtomicModel model, Feature divideFeature, ArrayList<Integer> divideFeatureIndexVector)
          Moves all instance from this atomic model into the destination atomic model and add the divide feature.
 


MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.