MaltParser 1.2

Uses of Interface
org.maltparser.parser.history.action.GuideUserAction

Packages that use GuideUserAction
org.maltparser.parser The top package for Single Malt Parser. 
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 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.history Contains classes for managing the history feature model. 
org.maltparser.parser.history.action Provides classes for different kinds of parser actions 
 

Uses of GuideUserAction in org.maltparser.parser
 

Methods in org.maltparser.parser with parameters of type GuideUserAction
 void SingleMalt.predict(GuideUserAction action)
          This method is used during parsing.
 boolean SingleMalt.predictFromKBestList(GuideUserAction action)
          This method is used during parsing.
 void SingleMalt.setInstance(GuideUserAction action)
          This method is used during learning.
 

Uses of GuideUserAction in org.maltparser.parser.algorithm.covington
 

Fields in org.maltparser.parser.algorithm.covington declared as GuideUserAction
protected  GuideUserAction Covington.currentAction
           
 

Methods in org.maltparser.parser.algorithm.covington with parameters of type GuideUserAction
protected  void Covington.addTransition(ActionContainer transitionContainer, GuideUserAction action, int value)
           
 

Uses of GuideUserAction in org.maltparser.parser.algorithm.nivre
 

Fields in org.maltparser.parser.algorithm.nivre declared as GuideUserAction
protected  GuideUserAction Nivre.currentAction
           
 

Methods in org.maltparser.parser.algorithm.nivre with parameters of type GuideUserAction
protected  void Nivre.addTransition(ActionContainer transitionContainer, GuideUserAction action, int value)
           
 

Uses of GuideUserAction in org.maltparser.parser.guide
 

Methods in org.maltparser.parser.guide with parameters of type GuideUserAction
 void Guidable.predict(GuideUserAction action)
           
 boolean Guidable.predictFromKBestList(GuideUserAction action)
           
 void Guidable.setInstance(GuideUserAction action)
           
 

Uses of GuideUserAction in org.maltparser.parser.history
 

Methods in org.maltparser.parser.history that return GuideUserAction
 GuideUserAction History.getEmptyGuideUserAction()
           
 GuideUserAction GuideUserHistory.getEmptyGuideUserAction()
           
 

Uses of GuideUserAction in org.maltparser.parser.history.action
 

Classes in org.maltparser.parser.history.action that implement GuideUserAction
 class ComplexDecisionAction
           
 


MaltParser 1.2

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