MaltParser 1.5

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

Packages that use InstanceModel
org.maltparser.ml.lib   
org.maltparser.parser.guide.instance Provides classes for different instance models. 
 

Uses of InstanceModel in org.maltparser.ml.lib
 

Fields in org.maltparser.ml.lib declared as InstanceModel
protected  InstanceModel Lib.owner
           
 

Methods in org.maltparser.ml.lib that return InstanceModel
 InstanceModel Lib.getOwner()
           
 

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

Constructors in org.maltparser.ml.lib with parameters of type InstanceModel
Lib(InstanceModel owner, Integer learnerMode, String learningMethodName)
          Constructs a Lib learner.
LibLinear(InstanceModel owner, Integer learnerMode)
           
LibSvm(InstanceModel owner, Integer learnerMode)
           
 

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.5

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