| Package | Description |
|---|---|
| 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.hash | |
| org.maltparser.core.symbol.parse | |
| 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).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SymbolTable |
| Modifier and Type | Method and Description |
|---|---|
Table |
TableHandler.addSymbolTable(java.lang.String tableName) |
Table |
TableHandler.getSymbolTable(java.lang.String tableName) |
| Modifier and Type | Class and Description |
|---|---|
class |
HashSymbolTable |
| Modifier and Type | Class and Description |
|---|---|
class |
ParseSymbolTable |
| Modifier and Type | Class and Description |
|---|---|
class |
TrieSymbolTable |
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedTableContainer |
| Modifier and Type | Field and Description |
|---|---|
protected Table |
TableContainer.table |
| Modifier and Type | Method and Description |
|---|---|
Table |
ActionContainer.getTable() |
Table |
TableContainer.getTable() |
Table |
DecisionPropertyTable.getTableForNextDecision(int code) |
Table |
DecisionPropertyTable.getTableForNextDecision(java.lang.String symbol) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableContainer.setTable(Table table) |
| Constructor and Description |
|---|
TableContainer(Table _table,
java.lang.String _name,
char _decisionSeparator) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransitionTable |
| Modifier and Type | Method and Description |
|---|---|
Table |
TransitionTableHandler.addSymbolTable(java.lang.String tableName) |
Table |
TransitionTableHandler.getSymbolTable(java.lang.String tableName) |
Table |
TransitionTable.getTableForNextDecision(int code) |
Table |
TransitionTable.getTableForNextDecision(java.lang.String symbol) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.