MaltParser 1.2

Uses of Class
org.maltparser.parser.guide.Guide.GuideMode

Packages that use Guide.GuideMode
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 Guide.GuideMode in org.maltparser.parser.guide
 

Methods in org.maltparser.parser.guide that return Guide.GuideMode
 Guide.GuideMode SingleGuide.getGuideMode()
           
 Guide.GuideMode Guide.getGuideMode()
           
static Guide.GuideMode Guide.GuideMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Guide.GuideMode[] Guide.GuideMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.maltparser.parser.guide with parameters of type Guide.GuideMode
protected  void SingleGuide.setGuideMode(Guide.GuideMode guideMode)
           
 

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


MaltParser 1.2

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