MaltParser 1.2

Uses of Interface
org.maltparser.core.symbol.TableHandler

Packages that use TableHandler
org.maltparser.core.symbol Contains classes for handling different kinds of symbols (e.g., word forms, root labels and parser actions). 
org.maltparser.core.symbol.trie Provides classes for handling different kinds of symbols as trie data structure. 
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.history Contains classes for managing the history feature model. 
org.maltparser.parser.history.container Contains classes for intermediate storing of the parser action 
 

Uses of TableHandler in org.maltparser.core.symbol
 

Subinterfaces of TableHandler in org.maltparser.core.symbol
 interface SymbolTableHandler
           
 

Uses of TableHandler in org.maltparser.core.symbol.trie
 

Classes in org.maltparser.core.symbol.trie that implement TableHandler
 class TrieSymbolTableHandler
           
 

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

Fields in org.maltparser.parser.algorithm.covington with type parameters of type TableHandler
protected  HashMap<String,TableHandler> Covington.tableHandlers
           
 

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

Classes in org.maltparser.parser.algorithm.helper that implement TableHandler
 class TransitionTableHandler
           
 

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

Fields in org.maltparser.parser.algorithm.nivre with type parameters of type TableHandler
protected  HashMap<String,TableHandler> Nivre.tableHandlers
           
 

Uses of TableHandler in org.maltparser.parser.history
 

Fields in org.maltparser.parser.history with type parameters of type TableHandler
protected  HashMap<String,TableHandler> History.tableHandlers
           
 

Methods in org.maltparser.parser.history that return TableHandler
 TableHandler History.getTableHandler(String name)
           
 TableHandler GuideHistory.getTableHandler(String name)
           
 

Methods in org.maltparser.parser.history that return types with arguments of type TableHandler
 HashMap<String,TableHandler> History.getTableHandlers()
           
 

Method parameters in org.maltparser.parser.history with type arguments of type TableHandler
protected  void History.setTableHandlers(HashMap<String,TableHandler> tableHandlers)
           
 

Constructor parameters in org.maltparser.parser.history with type arguments of type TableHandler
History(String decisionSettings, String separator, HashMap<String,TableHandler> tableHandlers)
           
 

Uses of TableHandler in org.maltparser.parser.history.container
 

Fields in org.maltparser.parser.history.container declared as TableHandler
protected  TableHandler CombinedTableContainer.tableHandler
           
 

Constructors in org.maltparser.parser.history.container with parameters of type TableHandler
CombinedTableContainer(TableHandler tableHandler, String separator, List<TableContainer> containers, char decisionSeparator)
           
 


MaltParser 1.2

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