MaltParser 1.2

Uses of Interface
org.maltparser.parser.guide.instance.InstanceModel

Packages that use InstanceModel
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.instance Provides classes for different instance models. 
 

Uses of InstanceModel in org.maltparser.ml.libsvm
 

Fields in org.maltparser.ml.libsvm declared as InstanceModel
protected  InstanceModel Libsvm.owner
           
 

Methods in org.maltparser.ml.libsvm that return InstanceModel
 InstanceModel Libsvm.getOwner()
           
 

Methods in org.maltparser.ml.libsvm with parameters of type InstanceModel
protected  void Libsvm.setOwner(InstanceModel owner)
           
 

Constructors in org.maltparser.ml.libsvm with parameters of type InstanceModel
Libsvm(InstanceModel owner, Integer learnerMode)
          Constructs a LIBSVM learner.
 

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

Fields in org.maltparser.ml.libsvm.malt04 declared as InstanceModel
protected  InstanceModel LibsvmMalt04.owner
          The parent instance model
 

Methods in org.maltparser.ml.libsvm.malt04 that return InstanceModel
 InstanceModel LibsvmMalt04.getOwner()
          Returns the parent instance model
 

Methods in org.maltparser.ml.libsvm.malt04 with parameters of type InstanceModel
protected  void LibsvmMalt04.setOwner(InstanceModel owner)
          Sets the parent instance model
 

Constructors in org.maltparser.ml.libsvm.malt04 with parameters of type InstanceModel
LibsvmMalt04(InstanceModel owner, Integer learnerMode)
          Constructs a LIBSVM learner.
 

Uses of InstanceModel in org.maltparser.parser.guide.instance
 

Classes in org.maltparser.parser.guide.instance that implement InstanceModel
 class AtomicModel
           
 class FeatureDivideModel
          The feature divide model is used for divide the training instances into several models according to a divide feature.
 


MaltParser 1.2

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