|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolTable | |
---|---|
org.maltparser.core.feature.function | Contains classes and interfaces for handling feature and address functions. |
org.maltparser.core.feature.map | Contains classes handling feature map functions. |
org.maltparser.core.io.dataformat | Contains classes for describing the data format, such as CoNLL shared task format and Malt-TAB format. |
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.nullvalue | MaltParser has the possibility of distinguishing between different kinds of null-values when extracting the feature vector. |
org.maltparser.core.symbol.trie | Provides classes for handling different kinds of symbols as trie data structure. |
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.feature | |
org.maltparser.core.syntaxgraph.headrules | |
org.maltparser.core.syntaxgraph.node | |
org.maltparser.core.syntaxgraph.reader |
Uses of SymbolTable in org.maltparser.core.feature.function |
---|
Methods in org.maltparser.core.feature.function that return SymbolTable | |
---|---|
SymbolTable |
FeatureFunction.getSymbolTable()
Returns the symbol table used by the feature function. |
Uses of SymbolTable in org.maltparser.core.feature.map |
---|
Fields in org.maltparser.core.feature.map declared as SymbolTable | |
---|---|
protected SymbolTable |
Merge3Feature.table
|
protected SymbolTable |
SuffixFeature.table
|
protected SymbolTable |
MergeFeature.table
|
protected SymbolTable |
SplitFeature.table
|
protected SymbolTable |
PrefixFeature.table
|
Methods in org.maltparser.core.feature.map that return SymbolTable | |
---|---|
SymbolTable |
Merge3Feature.getSymbolTable()
|
SymbolTable |
SuffixFeature.getSymbolTable()
|
SymbolTable |
MergeFeature.getSymbolTable()
|
SymbolTable |
SplitFeature.getSymbolTable()
|
SymbolTable |
PrefixFeature.getSymbolTable()
|
Methods in org.maltparser.core.feature.map with parameters of type SymbolTable | |
---|---|
void |
Merge3Feature.setSymbolTable(SymbolTable table)
|
void |
SuffixFeature.setSymbolTable(SymbolTable table)
|
void |
MergeFeature.setSymbolTable(SymbolTable table)
|
void |
SplitFeature.setSymbolTable(SymbolTable table)
|
void |
PrefixFeature.setSymbolTable(SymbolTable table)
|
Uses of SymbolTable in org.maltparser.core.io.dataformat |
---|
Methods in org.maltparser.core.io.dataformat that return SymbolTable | |
---|---|
SymbolTable |
ColumnDescription.getSymbolTable()
|
Methods in org.maltparser.core.io.dataformat that return types with arguments of type SymbolTable | |
---|---|
SortedMap<String,SymbolTable> |
DataFormatInstance.getDependencyEdgeLabelSymbolTables()
|
SortedMap<String,SymbolTable> |
DataFormatInstance.getInputSymbolTables()
|
SortedMap<String,SymbolTable> |
DataFormatInstance.getPhraseStructureEdgeLabelSymbolTables()
|
SortedMap<String,SymbolTable> |
DataFormatInstance.getPhraseStructureNodeLabelSymbolTables()
|
SortedMap<String,SymbolTable> |
DataFormatInstance.getSecondaryEdgeLabelSymbolTables()
|
Methods in org.maltparser.core.io.dataformat with parameters of type SymbolTable | |
---|---|
void |
ColumnDescription.setSymbolTable(SymbolTable symbolTable)
|
Uses of SymbolTable in org.maltparser.core.symbol |
---|
Fields in org.maltparser.core.symbol declared as SymbolTable | |
---|---|
protected SymbolTable |
TableFeature.table
|
Methods in org.maltparser.core.symbol that return SymbolTable | |
---|---|
SymbolTable |
SymbolTableHandler.addSymbolTable(String tableName)
|
SymbolTable |
SymbolTableHandler.addSymbolTable(String tableName,
int columnCategory,
String nullValueStrategy)
|
SymbolTable |
SymbolTableHandler.addSymbolTable(String tableName,
int columnCategory,
String nullValueStrategy,
String rootLabel)
|
SymbolTable |
SymbolTableHandler.addSymbolTable(String tableName,
SymbolTable parentTable)
|
SymbolTable |
TableFeature.getSymbolTable()
|
SymbolTable |
SymbolTableHandler.getSymbolTable(String tableName)
|
SymbolTable |
SymbolTableHandler.loadTagset(String fileName,
String tableName,
String charSet,
int columnCategory,
String nullValueStrategy)
|
SymbolTable |
SymbolTableHandler.loadTagset(String fileName,
String tableName,
String charSet,
int columnCategory,
String nullValueStrategy,
String rootLabel)
|
Methods in org.maltparser.core.symbol with parameters of type SymbolTable | |
---|---|
SymbolTable |
SymbolTableHandler.addSymbolTable(String tableName,
SymbolTable parentTable)
|
void |
SymbolTable.copy(SymbolTable fromTable)
|
void |
TableFeature.setSymbolTable(SymbolTable table)
|
Uses of SymbolTable in org.maltparser.core.symbol.nullvalue |
---|
Fields in org.maltparser.core.symbol.nullvalue declared as SymbolTable | |
---|---|
protected SymbolTable |
NullValues.table
|
Methods in org.maltparser.core.symbol.nullvalue that return SymbolTable | |
---|---|
SymbolTable |
NullValues.getSymbolTable()
|
Constructors in org.maltparser.core.symbol.nullvalue with parameters of type SymbolTable | |
---|---|
InputNullValues(String nullValueStrategy,
SymbolTable table)
|
|
NullValues(SymbolTable table)
|
|
OutputNullValues(String nullValueStrategy,
SymbolTable table,
String rootLabel)
|
Uses of SymbolTable in org.maltparser.core.symbol.trie |
---|
Classes in org.maltparser.core.symbol.trie that implement SymbolTable | |
---|---|
class |
TrieSymbolTable
|
Methods in org.maltparser.core.symbol.trie that return SymbolTable | |
---|---|
SymbolTable |
TrieSymbolTableHandler.loadTagset(String fileName,
String tableName,
String charSet,
int columnCategory,
String nullValueStrategy)
|
SymbolTable |
TrieSymbolTableHandler.loadTagset(String fileName,
String tableName,
String charSet,
int columnCategory,
String nullValueStrategy,
String rootLabel)
|
Methods in org.maltparser.core.symbol.trie with parameters of type SymbolTable | |
---|---|
TrieSymbolTable |
TrieSymbolTableHandler.addSymbolTable(String tableName,
SymbolTable parentTable)
|
void |
TrieSymbolTable.copy(SymbolTable fromTable)
|
Uses of SymbolTable in org.maltparser.core.syntaxgraph |
---|
Methods in org.maltparser.core.syntaxgraph that return types with arguments of type SymbolTable | |
---|---|
Set<SymbolTable> |
GraphElement.getLabelTypes()
Returns a set of symbol tables (labeling functions or label types) that labels the graph element. |
Set<SymbolTable> |
Element.getLabelTypes()
Returns a set of symbol tables (labeling functions or label types) that labels the graph element. |
Methods in org.maltparser.core.syntaxgraph with parameters of type SymbolTable | |
---|---|
void |
GraphElement.addLabel(SymbolTable table,
int code)
Adds a label (an integer value) to the symbol table and to the graph element. |
void |
Element.addLabel(SymbolTable table,
int code)
Adds a label (an integer value) to the symbol table and to the graph element. |
void |
GraphElement.addLabel(SymbolTable table,
String symbol)
Adds a label (a string value) to the symbol table and to the graph element. |
void |
Element.addLabel(SymbolTable table,
String symbol)
Adds a label (a string value) to the symbol table and to the graph element. |
int |
DependencyStructure.getDefaultRootEdgeLabelCode(SymbolTable table)
Returns the default edge label of the root as an integer value. |
int |
MappablePhraseStructureGraph.getDefaultRootEdgeLabelCode(SymbolTable table)
|
int |
DependencyGraph.getDefaultRootEdgeLabelCode(SymbolTable table)
|
String |
DependencyStructure.getDefaultRootEdgeLabelSymbol(SymbolTable table)
Returns the default edge label of the root as a string value. |
String |
MappablePhraseStructureGraph.getDefaultRootEdgeLabelSymbol(SymbolTable table)
|
String |
DependencyGraph.getDefaultRootEdgeLabelSymbol(SymbolTable table)
|
Integer |
RootLabels.getDefaultRootLabelCode(SymbolTable table)
|
String |
RootLabels.getDefaultRootLabelSymbol(SymbolTable table)
|
int |
GraphElement.getLabelCode(SymbolTable table)
Returns the label code (an integer representation) of the symbol table if it exists, otherwise an exception is thrown. |
int |
Element.getLabelCode(SymbolTable table)
Returns the label code (an integer representation) of the symbol table if it exists, otherwise an exception is thrown. |
String |
GraphElement.getLabelSymbol(SymbolTable table)
Returns the label symbol(a string representation) of the symbol table if it exists, otherwise an exception is thrown. |
String |
Element.getLabelSymbol(SymbolTable table)
Returns the label symbol(a string representation) of the symbol table if it exists, otherwise an exception is thrown. |
boolean |
GraphElement.hasLabel(SymbolTable table)
Returns true if the graph element has a label for the symbol table, otherwise false. |
boolean |
Element.hasLabel(SymbolTable table)
Returns true if the graph element has a label for the symbol table, otherwise false. |
void |
GraphElement.removeLabel(SymbolTable table)
|
void |
Element.removeLabel(SymbolTable table)
|
void |
DependencyStructure.setDefaultRootEdgeLabel(SymbolTable table,
String defaultRootSymbol)
Sets the default edge label of the root. |
void |
MappablePhraseStructureGraph.setDefaultRootEdgeLabel(SymbolTable table,
String defaultRootSymbol)
|
void |
DependencyGraph.setDefaultRootEdgeLabel(SymbolTable table,
String defaultRootSymbol)
|
void |
RootLabels.setDefaultRootLabel(SymbolTable table,
String defaultRootSymbol)
|
Method parameters in org.maltparser.core.syntaxgraph with type arguments of type SymbolTable | |
---|---|
void |
DependencyStructure.setDefaultRootEdgeLabels(String rootLabelOption,
SortedMap<String,SymbolTable> edgeSymbolTables)
Sets the default edge label of the root according to the default root label option |
void |
MappablePhraseStructureGraph.setDefaultRootEdgeLabels(String rootLabelOption,
SortedMap<String,SymbolTable> edgeSymbolTables)
|
void |
DependencyGraph.setDefaultRootEdgeLabels(String rootLabelOption,
SortedMap<String,SymbolTable> edgeSymbolTables)
|
void |
RootLabels.setRootLabels(String rootLabelOption,
SortedMap<String,SymbolTable> edgeSymbolTables)
|
Uses of SymbolTable in org.maltparser.core.syntaxgraph.feature |
---|
Fields in org.maltparser.core.syntaxgraph.feature declared as SymbolTable | |
---|---|
protected SymbolTable |
ArcDirFeature.table
|
protected SymbolTable |
ExistsFeature.table
|
protected SymbolTable |
InputArcDirFeature.table
|
protected SymbolTable |
InputArcFeature.table
|
protected SymbolTable |
OutputArcFeature.table
|
protected SymbolTable |
DistanceFeature.table
|
protected SymbolTable |
NumOfFeature.table
|
Methods in org.maltparser.core.syntaxgraph.feature that return SymbolTable | |
---|---|
SymbolTable |
ArcDirFeature.getSymbolTable()
Returns the symbol table used by the exists feature function |
SymbolTable |
ExistsFeature.getSymbolTable()
Returns the symbol table used by the exists feature function |
SymbolTable |
InputArcDirFeature.getSymbolTable()
|
SymbolTable |
ColumnFeature.getSymbolTable()
|
SymbolTable |
InputArcFeature.getSymbolTable()
|
SymbolTable |
OutputArcFeature.getSymbolTable()
|
SymbolTable |
DistanceFeature.getSymbolTable()
Returns the symbol table used by the distance feature function |
SymbolTable |
NumOfFeature.getSymbolTable()
Returns the symbol table used by the numof feature function |
Methods in org.maltparser.core.syntaxgraph.feature with parameters of type SymbolTable | |
---|---|
void |
ArcDirFeature.setSymbolTable(SymbolTable table)
Sets the symbol table used by the exists feature function |
void |
ExistsFeature.setSymbolTable(SymbolTable table)
Sets the symbol table used by the exists feature function |
void |
InputArcDirFeature.setSymbolTable(SymbolTable table)
|
void |
InputArcFeature.setSymbolTable(SymbolTable table)
|
void |
OutputArcFeature.setSymbolTable(SymbolTable table)
|
void |
DistanceFeature.setSymbolTable(SymbolTable table)
Sets the symbol table used by the distance feature function |
void |
NumOfFeature.setSymbolTable(SymbolTable table)
Sets the symbol table used by the numof feature function |
Uses of SymbolTable in org.maltparser.core.syntaxgraph.headrules |
---|
Fields in org.maltparser.core.syntaxgraph.headrules declared as SymbolTable | |
---|---|
protected SymbolTable |
HeadRules.edgelabelSymbolTable
|
protected SymbolTable |
HeadRules.nonTerminalSymbolTable
|
protected SymbolTable |
PrioSetMember.table
|
protected SymbolTable |
HeadRule.table
|
Methods in org.maltparser.core.syntaxgraph.headrules that return SymbolTable | |
---|---|
SymbolTable |
PrioSetMember.getTable()
|
SymbolTable |
HeadRule.getTable()
|
Methods in org.maltparser.core.syntaxgraph.headrules with parameters of type SymbolTable | |
---|---|
PrioSetMember |
PrioSet.addPrioSetMember(SymbolTable table,
ColumnDescription column,
int symbolCode,
PrioSetMember.RelationToPrevMember relationToPrevMember)
|
PrioSetMember |
PrioSet.addPrioSetMember(SymbolTable table,
ColumnDescription column,
String symbolString,
PrioSetMember.RelationToPrevMember relationToPrevMember)
|
void |
PrioSetMember.setTable(SymbolTable table)
|
void |
HeadRule.setTable(SymbolTable table)
|
Constructors in org.maltparser.core.syntaxgraph.headrules with parameters of type SymbolTable | |
---|---|
PrioSetMember(PrioSet prioSet,
SymbolTable table,
ColumnDescription column,
int symbolCode,
PrioSetMember.RelationToPrevMember relationToPrevMember)
|
|
PrioSetMember(PrioSet prioSet,
SymbolTable table,
ColumnDescription column,
String symbolString,
PrioSetMember.RelationToPrevMember relationToPrevMember)
|
Uses of SymbolTable in org.maltparser.core.syntaxgraph.node |
---|
Methods in org.maltparser.core.syntaxgraph.node that return types with arguments of type SymbolTable | |
---|---|
Set<SymbolTable> |
Token.getHeadEdgeLabelTypes()
|
Set<SymbolTable> |
DependencyNode.getHeadEdgeLabelTypes()
|
Set<SymbolTable> |
Root.getHeadEdgeLabelTypes()
|
Uses of SymbolTable in org.maltparser.core.syntaxgraph.reader |
---|
Methods in org.maltparser.core.syntaxgraph.reader that return SymbolTable | |
---|---|
SymbolTable |
TigerXMLHeader.FeatureEdgeLabel.getTable()
|
Methods in org.maltparser.core.syntaxgraph.reader with parameters of type SymbolTable | |
---|---|
void |
TigerXMLHeader.FeatureEdgeLabel.setTable(SymbolTable table)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |