|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | The top package for Single Malt Parser. |
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 |
org.maltparser.parser.transition | Contains classes that all deterministic parsing algorithm use (e.g., parser action and transition). |
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 |
---|
Fields in org.maltparser.parser with type parameters of type TableHandler | |
---|---|
protected HashMap<String,TableHandler> |
TransitionSystem.tableHandlers
|
Methods in org.maltparser.parser that return types with arguments of type TableHandler | |
---|---|
HashMap<String,TableHandler> |
TransitionSystem.getTableHandlers()
|
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 |
GuideHistory.getTableHandler(String name)
|
TableHandler |
History.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 |
---|
Constructors in org.maltparser.parser.history.container with parameters of type TableHandler | |
---|---|
CombinedTableContainer(TableHandler tableHandler,
String separator,
List<TableContainer> containers,
char decisionSeparator)
|
Uses of TableHandler in org.maltparser.parser.transition |
---|
Classes in org.maltparser.parser.transition that implement TableHandler | |
---|---|
class |
TransitionTableHandler
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |