MaltParser 1.3.1

Uses of Interface
org.maltparser.parser.history.GuideUserHistory

Packages that use GuideUserHistory
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.algorithm.stack Implements the Stack parsing algorithms. 
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 GuideUserHistory in org.maltparser.parser
 

Methods in org.maltparser.parser that return GuideUserHistory
 GuideUserHistory ParserState.getHistory()
           
 GuideUserHistory Oracle.getHistory()
           
 

Methods in org.maltparser.parser with parameters of type GuideUserHistory
abstract  GuideUserAction TransitionSystem.defaultAction(GuideUserHistory history, ParserConfiguration configuration)
           
abstract  GuideUserAction TransitionSystem.getDeterministicAction(GuideUserHistory history, ParserConfiguration config)
           
 void TransitionSystem.initTransitionSystem(GuideUserHistory history)
           
protected abstract  void TransitionSystem.initWithDefaultTransitions(GuideUserHistory history)
           
 OracleGuide AbstractParserFactory.makeOracleGuide(GuideUserHistory history)
          Creates an oracle guide
protected  void ParserState.setHistory(GuideUserHistory history)
           
 void Oracle.setHistory(GuideUserHistory history)
           
protected  GuideUserAction TransitionSystem.updateActionContainers(GuideUserHistory history, int transition, LabelSet arcLabels)
           
 

Constructors in org.maltparser.parser with parameters of type GuideUserHistory
Oracle(DependencyParserConfig manager, GuideUserHistory history)
           
 

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

Methods in org.maltparser.parser.algorithm.covington with parameters of type GuideUserHistory
 GuideUserAction Projective.defaultAction(GuideUserHistory history, ParserConfiguration configuration)
           
 GuideUserAction NonProjective.defaultAction(GuideUserHistory history, ParserConfiguration configuration)
           
 GuideUserAction Projective.getDeterministicAction(GuideUserHistory history, ParserConfiguration config)
           
 GuideUserAction NonProjective.getDeterministicAction(GuideUserHistory history, ParserConfiguration config)
           
protected  void Projective.initWithDefaultTransitions(GuideUserHistory history)
           
protected  void NonProjective.initWithDefaultTransitions(GuideUserHistory history)
           
 OracleGuide CovingtonProjFactory.makeOracleGuide(GuideUserHistory history)
           
 OracleGuide CovingtonNonProjFactory.makeOracleGuide(GuideUserHistory history)
           
 

Constructors in org.maltparser.parser.algorithm.covington with parameters of type GuideUserHistory
CovingtonOracle(DependencyParserConfig manager, GuideUserHistory history)
           
 

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

Methods in org.maltparser.parser.algorithm.nivre with parameters of type GuideUserHistory
 GuideUserAction ArcStandard.defaultAction(GuideUserHistory history, ParserConfiguration configuration)
           
 GuideUserAction ArcEager.defaultAction(GuideUserHistory history, ParserConfiguration configuration)
           
 GuideUserAction ArcStandard.getDeterministicAction(GuideUserHistory history, ParserConfiguration config)
           
 GuideUserAction ArcEager.getDeterministicAction(GuideUserHistory history, ParserConfiguration config)
           
protected  void ArcStandard.initWithDefaultTransitions(GuideUserHistory history)
           
protected  void ArcEager.initWithDefaultTransitions(GuideUserHistory history)
           
 OracleGuide NivreArcStandardFactory.makeOracleGuide(GuideUserHistory history)
           
 OracleGuide NivreArcEagerFactory.makeOracleGuide(GuideUserHistory history)
           
 

Constructors in org.maltparser.parser.algorithm.nivre with parameters of type GuideUserHistory
ArcEagerOracle(DependencyParserConfig manager, GuideUserHistory history)
           
ArcStandardOracle(DependencyParserConfig manager, GuideUserHistory history)
           
 

Uses of GuideUserHistory in org.maltparser.parser.algorithm.stack
 

Methods in org.maltparser.parser.algorithm.stack with parameters of type GuideUserHistory
 GuideUserAction Projective.defaultAction(GuideUserHistory history, ParserConfiguration configuration)
           
 GuideUserAction NonProjective.defaultAction(GuideUserHistory history, ParserConfiguration configuration)
           
 GuideUserAction Projective.getDeterministicAction(GuideUserHistory history, ParserConfiguration config)
           
 GuideUserAction NonProjective.getDeterministicAction(GuideUserHistory history, ParserConfiguration config)
           
protected  void Projective.initWithDefaultTransitions(GuideUserHistory history)
           
protected  void NonProjective.initWithDefaultTransitions(GuideUserHistory history)
           
 OracleGuide StackSwapLazyFactory.makeOracleGuide(GuideUserHistory history)
           
 OracleGuide StackSwapEagerFactory.makeOracleGuide(GuideUserHistory history)
           
 OracleGuide StackProjFactory.makeOracleGuide(GuideUserHistory history)
           
 

Constructors in org.maltparser.parser.algorithm.stack with parameters of type GuideUserHistory
ProjectiveOracle(DependencyParserConfig manager, GuideUserHistory history)
           
SwapEagerOracle(DependencyParserConfig manager, GuideUserHistory history)
           
SwapLazyOracle(DependencyParserConfig manager, GuideUserHistory history)
           
 

Uses of GuideUserHistory in org.maltparser.parser.history
 

Classes in org.maltparser.parser.history that implement GuideUserHistory
 class History
           
 

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

Methods in org.maltparser.parser.history.action that return GuideUserHistory
 GuideUserHistory GuideUserAction.getGuideUserHistory()
           
 GuideUserHistory ComplexDecisionAction.getGuideUserHistory()
           
 


MaltParser 1.3.1

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