MaltParser 1.3.1

Uses of Package
org.maltparser.core.symbol

Packages that use org.maltparser.core.symbol
org.maltparser.core.config Contains classes and an interface for handling parsing scenarios. 
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.flow   
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.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   
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.stack Implements the Stack parsing algorithms. 
org.maltparser.parser.history Contains classes for managing the history feature model. 
org.maltparser.parser.history.container Contains classes for intermediate storing of the parser action 
org.maltparser.transform.pseudo Contains classes for performing pre-processing and post-processing transformations on dependency graphs. 
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.config
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.feature.function
SymbolTable
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.feature.map
SymbolTable
           
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.flow
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.helper
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.io.dataformat
SymbolTable
           
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.symbol
SymbolTable
           
Table
           
TableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.symbol.nullvalue
SymbolTable
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.symbol.trie
SymbolException
          SymbolException extends the MaltChainedException class and is thrown by classes within the symbol package.
SymbolTable
           
SymbolTableHandler
           
Table
           
TableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.syntaxgraph
SymbolTable
           
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.syntaxgraph.feature
SymbolTable
           
SymbolTableHandler
           
TableFeature
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.syntaxgraph.headrules
SymbolTable
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.syntaxgraph.node
SymbolTable
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.core.syntaxgraph.reader
SymbolTable
           
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.parser
SymbolTableHandler
           
TableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.parser.algorithm.covington
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.parser.algorithm.nivre
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.parser.algorithm.stack
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.parser.history
TableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.parser.history.container
Table
           
TableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.transform.pseudo
SymbolTableHandler
           
 


MaltParser 1.3.1

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