MaltParser 1.0.2

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.dataformat Contains classes for describing the data format, such as CoNLL shared task format and Malt-TAB format. 
org.maltparser.core.graph Contains classes for building a dependency graph. 
org.maltparser.core.graph.arc Provides classes for connecting two nodes with a labeled arc. 
org.maltparser.core.sentence Provides classes for representing a sentence. 
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.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.helper Contains classes that all deterministic parsing algorithm use (e.g., parser action and transition). 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.guide.classtable A class table converts a parser action into one or many classes that the learner can use. 
org.maltparser.parser.guide.feature Contains classes which handle the feature extraction. 
org.maltparser.transform 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.dataformat
SymbolTable
           
SymbolTableHandler
           
 

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

Classes in org.maltparser.core.symbol used by org.maltparser.core.graph.arc
SymbolTable
           
 

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

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

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
           
 

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

Classes in org.maltparser.core.symbol used by org.maltparser.parser.algorithm.helper
SymbolTable
           
 

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

Classes in org.maltparser.core.symbol used by org.maltparser.parser.guide.classtable
SymbolTableHandler
           
 

Classes in org.maltparser.core.symbol used by org.maltparser.parser.guide.feature
SymbolTable
           
 

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


MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.