MaltParser 1.0.3

Uses of Package
org.maltparser.core.config

Packages that use org.maltparser.core.config
org.maltparser.core.config Contains classes and an interface for handling parsing scenarios. 
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.algorithm Contains classes for creating an implementation of a deterministic parsing algorithm. 
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.guide Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner. 
org.maltparser.parser.guide.instmodel Provides an interface for implementing different kinds of prediction strategies. 
org.maltparser.parser.guide.predmodel Contains classes for implementing different kinds of instance models. 
 

Classes in org.maltparser.core.config used by org.maltparser.core.config
Configuration
          An interface for creating different types of configurations.
ConfigurationDir
           
 

Classes in org.maltparser.core.config used by org.maltparser.ml.libsvm
Configuration
          An interface for creating different types of configurations.
 

Classes in org.maltparser.core.config used by org.maltparser.ml.libsvm.malt04
Configuration
          An interface for creating different types of configurations.
 

Classes in org.maltparser.core.config used by org.maltparser.parser.algorithm
SingleMaltConfiguration
          SingleMaltConfiguration handles deterministic parsing algorithms such as Nivre Arc-eager, Nivre Arc-standard, Covington Non-projective and Covington projective.
 

Classes in org.maltparser.core.config used by org.maltparser.parser.algorithm.covington
SingleMaltConfiguration
          SingleMaltConfiguration handles deterministic parsing algorithms such as Nivre Arc-eager, Nivre Arc-standard, Covington Non-projective and Covington projective.
 

Classes in org.maltparser.core.config used by org.maltparser.parser.algorithm.nivre
SingleMaltConfiguration
          SingleMaltConfiguration handles deterministic parsing algorithms such as Nivre Arc-eager, Nivre Arc-standard, Covington Non-projective and Covington projective.
 

Classes in org.maltparser.core.config used by org.maltparser.parser.guide
SingleMaltConfiguration
          SingleMaltConfiguration handles deterministic parsing algorithms such as Nivre Arc-eager, Nivre Arc-standard, Covington Non-projective and Covington projective.
 

Classes in org.maltparser.core.config used by org.maltparser.parser.guide.instmodel
SingleMaltConfiguration
          SingleMaltConfiguration handles deterministic parsing algorithms such as Nivre Arc-eager, Nivre Arc-standard, Covington Non-projective and Covington projective.
 

Classes in org.maltparser.core.config used by org.maltparser.parser.guide.predmodel
SingleMaltConfiguration
          SingleMaltConfiguration handles deterministic parsing algorithms such as Nivre Arc-eager, Nivre Arc-standard, Covington Non-projective and Covington projective.
 


MaltParser 1.0.3

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.