MaltParser 1.0.3

Uses of Package
org.maltparser.parser.guide

Packages that use org.maltparser.parser.guide
org.maltparser.core.config Contains classes and an interface for handling parsing scenarios. 
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.parser.guide used by org.maltparser.core.config
Guidable
           
Guide
          The guide is used by a parsing algorithm to predict the next parser action during parsing and to add a instance to the training instance set during learning.
 

Classes in org.maltparser.parser.guide used by org.maltparser.parser.guide
GuideModel
           
 

Classes in org.maltparser.parser.guide used by org.maltparser.parser.guide.instmodel
GuideModel
           
 

Classes in org.maltparser.parser.guide used by org.maltparser.parser.guide.predmodel
Guide
          The guide is used by a parsing algorithm to predict the next parser action during parsing and to add a instance to the training instance set during learning.
GuideModel
           
 


MaltParser 1.0.3

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.