MaltParser 1.0.1

Uses of Class
org.maltparser.parser.algorithm.helper.ParserAction

Packages that use ParserAction
org.maltparser.core.config Contains classes and an interface for handling parsing scenarios. 
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.classtable A class table converts a parser action into one or many classes that the learner can use. 
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. 
 

Uses of ParserAction in org.maltparser.core.config
 

Methods in org.maltparser.core.config with parameters of type ParserAction
 void SingleMaltConfiguration.setInstance(ParserAction parserAction)
          This method is used during learning.
 

Uses of ParserAction in org.maltparser.parser.algorithm
 

Methods in org.maltparser.parser.algorithm that return ParserAction
 ParserAction ParsingAlgorithm.getParserAction()
           
 

Uses of ParserAction in org.maltparser.parser.algorithm.covington
 

Fields in org.maltparser.parser.algorithm.covington declared as ParserAction
protected  ParserAction Covington.parserAction
           
 

Methods in org.maltparser.parser.algorithm.covington that return ParserAction
 ParserAction Covington.getParserAction()
           
 

Uses of ParserAction in org.maltparser.parser.algorithm.nivre
 

Fields in org.maltparser.parser.algorithm.nivre declared as ParserAction
protected  ParserAction Nivre.parserAction
           
 

Methods in org.maltparser.parser.algorithm.nivre that return ParserAction
 ParserAction Nivre.getParserAction()
           
 

Uses of ParserAction in org.maltparser.parser.guide
 

Methods in org.maltparser.parser.guide with parameters of type ParserAction
 void GuideModel.addInstance(ParserAction parserAction)
           
 void Guide.addInstance(ParserAction parserAction)
          Used by the parsing algorithm for adding a instance to the training instance set during learning.
 void Guidable.setInstance(ParserAction parserAction)
           
 

Uses of ParserAction in org.maltparser.parser.guide.classtable
 

Fields in org.maltparser.parser.guide.classtable declared as ParserAction
protected  ParserAction ClassTable.parserAction
           
 

Methods in org.maltparser.parser.guide.classtable that return ParserAction
 ParserAction ClassTable.getParserAction()
           
abstract  ParserAction ClassTable.updateParserActionWithFirstKBest()
           
 ParserAction AllCombinedClassTable.updateParserActionWithFirstKBest()
           
abstract  ParserAction ClassTable.updateParserActionWithNextKBest()
           
 ParserAction AllCombinedClassTable.updateParserActionWithNextKBest()
           
 

Methods in org.maltparser.parser.guide.classtable with parameters of type ParserAction
protected  void ClassTable.setParserAction(ParserAction parserAction)
           
 

Constructors in org.maltparser.parser.guide.classtable with parameters of type ParserAction
AllCombinedClassTable(SymbolTableHandler symbolTables, String tableName, ParserAction parserAction, Character separator, int kbest)
           
ClassTable(ParserAction parserAction, int kbest)
           
 

Uses of ParserAction in org.maltparser.parser.guide.instmodel
 

Methods in org.maltparser.parser.guide.instmodel with parameters of type ParserAction
 void FeatureDivideModel.addInstance(ParserAction parserAction)
           
 void AtomicModel.addInstance(ParserAction parserAction)
           
 

Uses of ParserAction in org.maltparser.parser.guide.predmodel
 

Methods in org.maltparser.parser.guide.predmodel with parameters of type ParserAction
 void CombinedPredictionModel.addInstance(ParserAction parserAction)
           
 


MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.