MaltParser 1.5

Uses of Interface
org.maltparser.core.symbol.SymbolTableHandler

Packages that use SymbolTableHandler
org.maltparser.core.config Contains classes and an interface for handling parsing scenarios. 
org.maltparser.core.feature.map Contains classes handling feature map functions. 
org.maltparser.core.helper Provides classes of various kinds that not fit into another package. 
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.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.reader   
org.maltparser.parser The top package for Single Malt Parser. 
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.algorithm.planar   
org.maltparser.parser.algorithm.stack Implements the Stack parsing algorithms. 
org.maltparser.parser.algorithm.twoplanar   
 

Uses of SymbolTableHandler in org.maltparser.core.config
 

Methods in org.maltparser.core.config that return SymbolTableHandler
 SymbolTableHandler Configuration.getSymbolTables()
           
 SymbolTableHandler ConfigurationDir.getSymbolTables()
           
 

Methods in org.maltparser.core.config with parameters of type SymbolTableHandler
 void ConfigurationDir.setSymbolTables(SymbolTableHandler symbolTables)
           
 

Uses of SymbolTableHandler in org.maltparser.core.feature.map
 

Fields in org.maltparser.core.feature.map declared as SymbolTableHandler
protected  SymbolTableHandler PrefixFeature.tableHandler
           
protected  SymbolTableHandler SuffixFeature.tableHandler
           
 

Methods in org.maltparser.core.feature.map that return SymbolTableHandler
 SymbolTableHandler MergeFeature.getTableHandler()
           
 SymbolTableHandler PrefixFeature.getTableHandler()
           
 SymbolTableHandler Merge3Feature.getTableHandler()
           
 SymbolTableHandler SuffixFeature.getTableHandler()
           
 SymbolTableHandler SplitFeature.getTableHandler()
           
 

Uses of SymbolTableHandler in org.maltparser.core.helper
 

Methods in org.maltparser.core.helper with parameters of type SymbolTableHandler
static void Malt04.loadAllMalt04Tagset(OptionManager om, int containerIndex, SymbolTableHandler symbolTableHandler, org.apache.log4j.Logger logger)
           
static void Malt04.loadMalt04Cposset(String fileName, String charSet, String nullValueStrategy, SymbolTableHandler symbolTableHandler, org.apache.log4j.Logger logger)
           
static void Malt04.loadMalt04Depset(String fileName, String charSet, String nullValueStrategy, SymbolTableHandler symbolTableHandler, org.apache.log4j.Logger logger)
           
static void Malt04.loadMalt04Posset(String fileName, String charSet, String nullValueStrategy, SymbolTableHandler symbolTableHandler, org.apache.log4j.Logger logger)
           
 

Uses of SymbolTableHandler in org.maltparser.core.io.dataformat
 

Methods in org.maltparser.core.io.dataformat that return SymbolTableHandler
 SymbolTableHandler DataFormatInstance.getSymbolTables()
           
 

Methods in org.maltparser.core.io.dataformat with parameters of type SymbolTableHandler
 DataFormatInstance DataFormatSpecification.createDataFormatInstance(SymbolTableHandler symbolTables, String nullValueStrategy)
           
 

Constructors in org.maltparser.core.io.dataformat with parameters of type SymbolTableHandler
ColumnDescription(String name, int category, int type, String defaultOutput, SymbolTableHandler symbolTables, String nullValueStrategy, boolean internal)
           
ColumnDescription(String name, String category, String type, String defaultOutput, SymbolTableHandler symbolTables, String nullValueStrategy, boolean internal)
           
DataFormatInstance(Map<String,DataFormatEntry> entries, SymbolTableHandler symbolTables, String nullValueStrategy, DataFormatSpecification spec)
           
 

Uses of SymbolTableHandler in org.maltparser.core.symbol
 

Fields in org.maltparser.core.symbol declared as SymbolTableHandler
protected  SymbolTableHandler TableFeature.tableHandler
           
 

Methods in org.maltparser.core.symbol that return SymbolTableHandler
 SymbolTableHandler TableFeature.getTableHandler()
           
 

Methods in org.maltparser.core.symbol with parameters of type SymbolTableHandler
 void TableFeature.setTableHandler(SymbolTableHandler tableHandler)
           
 

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.core.syntaxgraph
 

Fields in org.maltparser.core.syntaxgraph declared as SymbolTableHandler
protected  SymbolTableHandler SyntaxGraph.symbolTables
           
 

Methods in org.maltparser.core.syntaxgraph that return SymbolTableHandler
 SymbolTableHandler SyntaxGraph.getSymbolTables()
           
 SymbolTableHandler LabeledStructure.getSymbolTables()
          Returns the symbol table handler.
 

Methods in org.maltparser.core.syntaxgraph with parameters of type SymbolTableHandler
 void SyntaxGraph.setSymbolTables(SymbolTableHandler symbolTables)
           
 void LabeledStructure.setSymbolTables(SymbolTableHandler symbolTables)
          Sets the symbol table handler.
 

Constructors in org.maltparser.core.syntaxgraph with parameters of type SymbolTableHandler
DependencyGraph(SymbolTableHandler symbolTables)
           
MappablePhraseStructureGraph(SymbolTableHandler symbolTables)
           
PhraseStructureGraph(SymbolTableHandler symbolTables)
           
Sentence(SymbolTableHandler symbolTables)
           
SyntaxGraph(SymbolTableHandler symbolTables)
           
 

Uses of SymbolTableHandler in org.maltparser.core.syntaxgraph.feature
 

Fields in org.maltparser.core.syntaxgraph.feature declared as SymbolTableHandler
protected  SymbolTableHandler OutputArcFeature.tableHandler
           
protected  SymbolTableHandler ExistsFeature.tableHandler
           
protected  SymbolTableHandler DistanceFeature.tableHandler
           
protected  SymbolTableHandler InputArcFeature.tableHandler
           
protected  SymbolTableHandler ArcDirFeature.tableHandler
           
protected  SymbolTableHandler InputArcDirFeature.tableHandler
           
protected  SymbolTableHandler NumOfFeature.tableHandler
           
protected  SymbolTableHandler OutputTableFeature.tableHandler
           
 

Methods in org.maltparser.core.syntaxgraph.feature that return SymbolTableHandler
 SymbolTableHandler OutputArcFeature.getTableHandler()
           
 SymbolTableHandler ExistsFeature.getTableHandler()
          Returns symbol table handler
 SymbolTableHandler DistanceFeature.getTableHandler()
          Returns symbol table handler
 SymbolTableHandler InputArcFeature.getTableHandler()
           
 SymbolTableHandler ArcDirFeature.getTableHandler()
          Returns symbol table handler
 SymbolTableHandler InputArcDirFeature.getTableHandler()
           
 SymbolTableHandler OutputTableFeature.getTableHandler()
           
 

Methods in org.maltparser.core.syntaxgraph.feature with parameters of type SymbolTableHandler
 void OutputArcFeature.setTableHandler(SymbolTableHandler tableHandler)
           
 void ExistsFeature.setTableHandler(SymbolTableHandler tableHandler)
          Sets the symbol table handler
 void DistanceFeature.setTableHandler(SymbolTableHandler tableHandler)
          Sets the symbol table handler
 void InputArcFeature.setTableHandler(SymbolTableHandler tableHandler)
           
 void ArcDirFeature.setTableHandler(SymbolTableHandler tableHandler)
          Sets the symbol table handler
 void InputArcDirFeature.setTableHandler(SymbolTableHandler tableHandler)
           
 void NumOfFeature.setTableHandler(SymbolTableHandler tableHandler)
          Sets the symbol table handler
 void OutputTableFeature.setTableHandler(SymbolTableHandler tableHandler)
           
 

Constructors in org.maltparser.core.syntaxgraph.feature with parameters of type SymbolTableHandler
ArcDirFeature(SymbolTableHandler tableHandler)
           
DistanceFeature(SymbolTableHandler tableHandler)
           
ExistsFeature(SymbolTableHandler tableHandler)
           
InputArcDirFeature(DataFormatInstance dataFormatInstance, SymbolTableHandler tableHandler)
           
InputArcFeature(DataFormatInstance dataFormatInstance, SymbolTableHandler tableHandler)
           
NumOfFeature(SymbolTableHandler tableHandler)
           
OutputArcFeature(DataFormatInstance dataFormatInstance, SymbolTableHandler tableHandler)
           
 

Uses of SymbolTableHandler in org.maltparser.core.syntaxgraph.reader
 

Methods in org.maltparser.core.syntaxgraph.reader that return SymbolTableHandler
 SymbolTableHandler TigerXMLHeader.getSymbolTableHandler()
           
 

Methods in org.maltparser.core.syntaxgraph.reader with parameters of type SymbolTableHandler
protected  void TigerXMLHeader.setSymbolTableHandler(SymbolTableHandler symbolTableHandler)
           
 

Constructors in org.maltparser.core.syntaxgraph.reader with parameters of type SymbolTableHandler
TigerXMLHeader(SymbolTableHandler symbolTableHandler)
           
 

Uses of SymbolTableHandler in org.maltparser.parser
 

Fields in org.maltparser.parser declared as SymbolTableHandler
protected  SymbolTableHandler SingleMalt.symbolTableHandler
           
 

Methods in org.maltparser.parser that return SymbolTableHandler
 SymbolTableHandler ParserState.getSymboltables()
           
 SymbolTableHandler SingleMalt.getSymbolTables()
          Returns the list of symbol tables
 

Methods in org.maltparser.parser with parameters of type SymbolTableHandler
 void TransitionSystem.initTableHandlers(String decisionSettings, SymbolTableHandler symbolTableHandler)
           
protected  void ParserState.setSymboltables(SymbolTableHandler symboltables)
           
 

Uses of SymbolTableHandler in org.maltparser.parser.algorithm.covington
 

Constructors in org.maltparser.parser.algorithm.covington with parameters of type SymbolTableHandler
CovingtonConfig(SymbolTableHandler symbolTableHandler, boolean cr, boolean cs)
           
 

Uses of SymbolTableHandler in org.maltparser.parser.algorithm.nivre
 

Constructors in org.maltparser.parser.algorithm.nivre with parameters of type SymbolTableHandler
NivreConfig(SymbolTableHandler symbolTableHandler, String rootHandling)
           
 

Uses of SymbolTableHandler in org.maltparser.parser.algorithm.planar
 

Constructors in org.maltparser.parser.algorithm.planar with parameters of type SymbolTableHandler
PlanarConfig(SymbolTableHandler symbolTableHandler, String noCoveredRoots, String acyclicity, String connectedness)
           
 

Uses of SymbolTableHandler in org.maltparser.parser.algorithm.stack
 

Constructors in org.maltparser.parser.algorithm.stack with parameters of type SymbolTableHandler
StackConfig(SymbolTableHandler symbolTableHandler)
           
 

Uses of SymbolTableHandler in org.maltparser.parser.algorithm.twoplanar
 

Constructors in org.maltparser.parser.algorithm.twoplanar with parameters of type SymbolTableHandler
TwoPlanarConfig(SymbolTableHandler symbolTableHandler, String noCoveredRoots, String acyclicity, String reduceAfterSwitch, String rootHandling)
           
 


MaltParser 1.5

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.