MaltParser 1.2

Uses of Interface
org.maltparser.parser.DependencyParserConfig

Packages that use DependencyParserConfig
org.maltparser.ml.libsvm Contains classes that interacts with the LIBSVM learner. 
org.maltparser.ml.libsvm.malt04 Contains classes that interacts with the LIBSVM learner that tries to emulate the behavior of MaltParser 0.4. 
org.maltparser.parser The top package for Single Malt Parser. 
org.maltparser.parser.algorithm Contains classes for creating an implementation of a deterministic parsing algorithm. 
org.maltparser.parser.guide Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner. 
 

Uses of DependencyParserConfig in org.maltparser.ml.libsvm
 

Methods in org.maltparser.ml.libsvm that return DependencyParserConfig
 DependencyParserConfig Libsvm.getConfiguration()
          Returns the current configuration
 

Uses of DependencyParserConfig in org.maltparser.ml.libsvm.malt04
 

Methods in org.maltparser.ml.libsvm.malt04 that return DependencyParserConfig
 DependencyParserConfig LibsvmMalt04.getConfiguration()
          Returns the current configuration
 

Uses of DependencyParserConfig in org.maltparser.parser
 

Classes in org.maltparser.parser that implement DependencyParserConfig
 class SingleMalt
           
 

Uses of DependencyParserConfig in org.maltparser.parser.algorithm
 

Methods in org.maltparser.parser.algorithm that return DependencyParserConfig
 DependencyParserConfig ParsingAlgorithm.getConfiguration()
           
 

Uses of DependencyParserConfig in org.maltparser.parser.guide
 

Methods in org.maltparser.parser.guide that return DependencyParserConfig
 DependencyParserConfig SingleGuide.getConfiguration()
           
 DependencyParserConfig Guide.getConfiguration()
           
 

Methods in org.maltparser.parser.guide with parameters of type DependencyParserConfig
protected  void SingleGuide.setConfiguration(DependencyParserConfig configuration)
           
 

Constructors in org.maltparser.parser.guide with parameters of type DependencyParserConfig
SingleGuide(DependencyParserConfig configuration, GuideHistory history, Guide.GuideMode guideMode)
           
 


MaltParser 1.2

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