MaltParser 1.2

Uses of Package
org.maltparser.parser.history.action

Packages that use org.maltparser.parser.history.action
org.maltparser.ml Contains an interface and classes for creating an interface to an machine learning method. 
org.maltparser.ml.libsvm Contains classes that interacts with the LIBSVM learner. 
org.maltparser.ml.libsvm.malt04 Contains classes that interacts with the LIBSVM learner that tries to emulate the behavior of MaltParser 0.4. 
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.guide.decision Provides classes for different decision models. 
org.maltparser.parser.guide.instance Provides classes for different instance models. 
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 
org.maltparser.parser.history.kbest Contains classes for managing the K-best list 
 

Classes in org.maltparser.parser.history.action used by org.maltparser.ml
SingleDecision
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.ml.libsvm
SingleDecision
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.ml.libsvm.malt04
SingleDecision
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser
GuideUserAction
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser.algorithm.covington
GuideUserAction
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser.algorithm.nivre
GuideUserAction
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser.guide
GuideDecision
           
GuideUserAction
           
SingleDecision
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser.guide.decision
GuideDecision
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser.guide.instance
SingleDecision
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser.history
ActionDecision
           
GuideDecision
           
GuideUserAction
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser.history.action
ActionDecision
           
GuideDecision
           
GuideUserAction
           
MultipleDecision
           
SimpleDecisionAction
           
SingleDecision
           
 

Classes in org.maltparser.parser.history.action used by org.maltparser.parser.history.kbest
SingleDecision
           
 


MaltParser 1.2

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