MaltParser 1.2

Uses of Interface
org.maltparser.parser.guide.Guide

Packages that use Guide
org.maltparser.parser The top package for Single Malt Parser. 
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. 
 

Uses of Guide in org.maltparser.parser
 

Fields in org.maltparser.parser declared as Guide
protected  Guide SingleMalt.guide
           
 

Methods in org.maltparser.parser that return Guide
 Guide SingleMalt.getGuide()
          Returns the guide
 Guide DependencyParserConfig.getGuide()
           
 

Uses of Guide in org.maltparser.parser.guide
 

Classes in org.maltparser.parser.guide that implement Guide
 class SingleGuide
          The guide is used by a parsing algorithm to predict the next parser action during parsing and to add a instance to the training instance set during learning.
 

Methods in org.maltparser.parser.guide that return Guide
 Guide Model.getGuide()
           
 

Uses of Guide in org.maltparser.parser.guide.decision
 

Methods in org.maltparser.parser.guide.decision that return Guide
 Guide SeqDecisionModel.getGuide()
           
 Guide OneDecisionModel.getGuide()
           
 Guide BranchedDecisionModel.getGuide()
           
 

Constructors in org.maltparser.parser.guide.decision with parameters of type Guide
BranchedDecisionModel(Guide guide, DecisionModel parentDecisionModel, String branchedDecisionSymbol)
           
BranchedDecisionModel(Guide guide, FeatureModel featureModel)
           
OneDecisionModel(Guide guide, DecisionModel prevDecisionModel, String branchedDecisionSymbol)
           
OneDecisionModel(Guide guide, FeatureModel featureModel)
           
SeqDecisionModel(Guide guide, DecisionModel prevDecisionModel, String branchedDecisionSymbol)
           
SeqDecisionModel(Guide guide, FeatureModel featureModel)
           
 

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

Methods in org.maltparser.parser.guide.instance that return Guide
 Guide FeatureDivideModel.getGuide()
           
 Guide AtomicModel.getGuide()
           
 


MaltParser 1.2

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