MaltParser 1.3

Uses of Class
org.maltparser.parser.TransitionSystem

Packages that use TransitionSystem
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. 
 

Uses of TransitionSystem in org.maltparser.parser
 

Methods in org.maltparser.parser that return TransitionSystem
 TransitionSystem ParserState.getTransitionSystem()
           
 TransitionSystem AbstractParserFactory.makeTransitionSystem()
          Creates a transition system
 

Methods in org.maltparser.parser with parameters of type TransitionSystem
protected  void ParserState.setTransitionSystem(TransitionSystem transitionSystem)
           
 

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

Subclasses of TransitionSystem in org.maltparser.parser.algorithm.covington
 class NonProjective
           
 class Projective
           
 

Methods in org.maltparser.parser.algorithm.covington that return TransitionSystem
 TransitionSystem CovingtonProjFactory.makeTransitionSystem()
           
 TransitionSystem CovingtonNonProjFactory.makeTransitionSystem()
           
 

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

Subclasses of TransitionSystem in org.maltparser.parser.algorithm.nivre
 class ArcEager
           
 class ArcStandard
           
 

Methods in org.maltparser.parser.algorithm.nivre that return TransitionSystem
 TransitionSystem NivreArcStandardFactory.makeTransitionSystem()
           
 TransitionSystem NivreArcEagerFactory.makeTransitionSystem()
           
 

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

Methods in org.maltparser.parser.algorithm.stack that return TransitionSystem
 TransitionSystem StackSwapLazyFactory.makeTransitionSystem()
           
 TransitionSystem StackSwapEagerFactory.makeTransitionSystem()
           
 TransitionSystem StackProjFactory.makeTransitionSystem()
           
 


MaltParser 1.3

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