org.maltparser.parser.history
Interface GuideHistory
- All Known Implementing Classes: 
- History
- public interface GuideHistory 
- Since:
- 1.1
- Author:
- Johan Hall
 
getEmptyGuideDecision
GuideDecision getEmptyGuideDecision()
                                    throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getNumberOfDecisions
int getNumberOfDecisions()
- 
 
getTableHandler
TableHandler getTableHandler(String name)
- 
 
setKBestListClass
void setKBestListClass(Class<?> kBestListClass)
                       throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getKBestListClass
Class<?> getKBestListClass()
- 
 
getKBestSize
int getKBestSize()
- 
 
setKBestSize
void setKBestSize(int kBestSize)
- 
 
setSeparator
void setSeparator(String separator)
                  throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.