MaltParser 1.2

Uses of Class
org.maltparser.parser.algorithm.helper.TransitionTable

Packages that use TransitionTable
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.helper Contains classes that all deterministic parsing algorithm use (e.g., parser action and transition). 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre.malt04 Implements the Nivre deterministic parsing algorithms that emulate the behavior of MaltParser 0.4. 
 

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

Fields in org.maltparser.parser.algorithm.covington declared as TransitionTable
protected  TransitionTable Covington.pushTable
           
 

Uses of TransitionTable in org.maltparser.parser.algorithm.helper
 

Methods in org.maltparser.parser.algorithm.helper with parameters of type TransitionTable
 void TransitionTable.addTransition(int code, String symbol, boolean labeled, TransitionTable childrenTable)
           
 

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

Fields in org.maltparser.parser.algorithm.nivre declared as TransitionTable
protected  TransitionTable Nivre.pushTable
           
 

Methods in org.maltparser.parser.algorithm.nivre with parameters of type TransitionTable
protected  void NivreStandard.addAvailableTransitionToTable(TransitionTable ttable)
           
protected  void NivreEager.addAvailableTransitionToTable(TransitionTable ttable)
           
protected abstract  void Nivre.addAvailableTransitionToTable(TransitionTable ttable)
           
 

Uses of TransitionTable in org.maltparser.parser.algorithm.nivre.malt04
 

Methods in org.maltparser.parser.algorithm.nivre.malt04 with parameters of type TransitionTable
protected  void NivreStandardMalt04.addAvailableTransitionToTable(TransitionTable ttable)
           
protected  void NivreEagerMalt04.addAvailableTransitionToTable(TransitionTable ttable)
           
 


MaltParser 1.2

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