MaltParser 1.2

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

Packages that use GuideUserHistory
org.maltparser.parser.algorithm Contains classes for creating an implementation of a deterministic parsing algorithm. 
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.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.algorithm
 

Methods in org.maltparser.parser.algorithm that return GuideUserHistory
 GuideUserHistory ParsingAlgorithm.getHistory()
           
 

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

Fields in org.maltparser.parser.algorithm.covington declared as GuideUserHistory
protected  GuideUserHistory Covington.history
           
 

Methods in org.maltparser.parser.algorithm.covington that return GuideUserHistory
 GuideUserHistory Covington.getHistory()
           
 

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

Fields in org.maltparser.parser.algorithm.nivre declared as GuideUserHistory
protected  GuideUserHistory Nivre.history
           
 

Methods in org.maltparser.parser.algorithm.nivre that return GuideUserHistory
 GuideUserHistory Nivre.getHistory()
           
 

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

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