|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
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.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 Table in org.maltparser.core.symbol |
---|
Subinterfaces of Table in org.maltparser.core.symbol | |
---|---|
interface |
SymbolTable
|
Methods in org.maltparser.core.symbol that return Table | |
---|---|
Table |
TableHandler.addSymbolTable(String tableName)
|
Table |
TableHandler.getSymbolTable(String tableName)
|
Uses of Table in org.maltparser.core.symbol.trie |
---|
Classes in org.maltparser.core.symbol.trie that implement Table | |
---|---|
class |
TrieSymbolTable
|
Uses of Table in org.maltparser.parser.history.container |
---|
Classes in org.maltparser.parser.history.container that implement Table | |
---|---|
class |
CombinedTableContainer
|
Fields in org.maltparser.parser.history.container declared as Table | |
---|---|
protected Table |
TableContainer.table
|
protected Table |
ActionContainer.table
|
Methods in org.maltparser.parser.history.container that return Table | |
---|---|
Table |
TableContainer.getTable()
|
Table |
ActionContainer.getTable()
|
Table |
DecisionPropertyTable.getTableForNextDecision(int code)
|
Table |
DecisionPropertyTable.getTableForNextDecision(String symbol)
|
Methods in org.maltparser.parser.history.container with parameters of type Table | |
---|---|
protected void |
TableContainer.setTable(Table table)
|
void |
ActionContainer.setTable(Table table)
|
Constructors in org.maltparser.parser.history.container with parameters of type Table | |
---|---|
TableContainer(Table table,
String name,
char decisionSeparator)
|
Uses of Table in org.maltparser.parser.transition |
---|
Classes in org.maltparser.parser.transition that implement Table | |
---|---|
class |
TransitionTable
|
Methods in org.maltparser.parser.transition that return Table | |
---|---|
Table |
TransitionTableHandler.addSymbolTable(String tableName)
|
Table |
TransitionTableHandler.getSymbolTable(String tableName)
|
Table |
TransitionTable.getTableForNextDecision(int code)
|
Table |
TransitionTable.getTableForNextDecision(String symbol)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |