MaltParser 1.5

Uses of Class
org.maltparser.parser.history.kbest.KBestList

Packages that use KBestList
org.maltparser.parser.history Contains classes for managing the history feature model. 
org.maltparser.parser.history.action Provides classes for different kinds of parser actions 
org.maltparser.parser.history.kbest Contains classes for managing the K-best list 
 

Uses of KBestList in org.maltparser.parser.history
 

Fields in org.maltparser.parser.history with type parameters of type KBestList
protected  Class<? extends KBestList> History.kBestListClass
           
 

Methods in org.maltparser.parser.history that return types with arguments of type KBestList
 Class<? extends KBestList> History.getKBestListClass()
           
 

Uses of KBestList in org.maltparser.parser.history.action
 

Fields in org.maltparser.parser.history.action declared as KBestList
protected  KBestList SimpleDecisionAction.kBestList
           
 

Methods in org.maltparser.parser.history.action that return KBestList
 KBestList SingleDecision.getKBestList()
           
 KBestList SimpleDecisionAction.getKBestList()
           
 

Uses of KBestList in org.maltparser.parser.history.kbest
 

Subclasses of KBestList in org.maltparser.parser.history.kbest
 class ScoredKBestList
           
 


MaltParser 1.5

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