|
MaltParser 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolTableHandler | |
---|---|
org.maltparser.core.config | Contains classes and an interface for handling parsing scenarios. |
org.maltparser.core.dataformat | Contains classes for describing the data format, such as CoNLL shared task format and Malt-TAB format. |
org.maltparser.core.symbol.trie | Provides classes for handling different kinds of symbols as trie data structure. |
org.maltparser.parser.guide.classtable | A class table converts a parser action into one or many classes that the learner can use. |
Uses of SymbolTableHandler in org.maltparser.core.config |
---|
Fields in org.maltparser.core.config declared as SymbolTableHandler | |
---|---|
protected SymbolTableHandler |
SingleMaltConfiguration.symbolTables
|
Methods in org.maltparser.core.config that return SymbolTableHandler | |
---|---|
SymbolTableHandler |
SingleMaltConfiguration.getSymbolTables()
Returns the list of symbol tables |
Uses of SymbolTableHandler in org.maltparser.core.dataformat |
---|
Methods in org.maltparser.core.dataformat that return SymbolTableHandler | |
---|---|
SymbolTableHandler |
DataFormatInstance.getSymbolTables()
|
Methods in org.maltparser.core.dataformat with parameters of type SymbolTableHandler | |
---|---|
DataFormatInstance |
DataFormatSpecification.createDataFormatInstance(SymbolTableHandler symbolTables,
String specialSymbolsfileName,
String rootLabel)
|
Constructors in org.maltparser.core.dataformat with parameters of type SymbolTableHandler | |
---|---|
ColumnDescription(int position,
String name,
String category,
String type,
String defaultOutput,
SymbolTableHandler symbolTables,
String specialSymbolsfileName,
String rootLabel)
|
|
DataFormatInstance(SortedSet<DataFormatEntry> entries,
SymbolTableHandler symbolTables,
String specialSymbolsfileName,
String rootLabel)
|
Uses of SymbolTableHandler in org.maltparser.core.symbol.trie |
---|
Classes in org.maltparser.core.symbol.trie that implement SymbolTableHandler | |
---|---|
class |
TrieSymbolTableHandler
|
Uses of SymbolTableHandler in org.maltparser.parser.guide.classtable |
---|
Constructors in org.maltparser.parser.guide.classtable with parameters of type SymbolTableHandler | |
---|---|
AllCombinedClassTable(SymbolTableHandler symbolTables,
String tableName,
ParserAction parserAction,
Character separator,
int kbest)
|
|
MaltParser 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |