org.maltparser.parser.guide
Interface Guide
- All Known Implementing Classes:
- SingleGuide
public interface Guide
- Since:
- 1.1
- Author:
- Johan Hall
addInstance
void addInstance(GuideDecision decision)
throws MaltChainedException
- Throws:
MaltChainedException
finalizeSentence
void finalizeSentence(DependencyStructure dependencyGraph)
throws MaltChainedException
- Throws:
MaltChainedException
noMoreInstances
void noMoreInstances()
throws MaltChainedException
- Throws:
MaltChainedException
terminate
void terminate()
throws MaltChainedException
- Throws:
MaltChainedException
predict
void predict(GuideDecision decision)
throws MaltChainedException
- Throws:
MaltChainedException
predictFromKBestList
boolean predictFromKBestList(GuideDecision decision)
throws MaltChainedException
- Throws:
MaltChainedException
getConfiguration
DependencyParserConfig getConfiguration()
getGuideMode
Guide.GuideMode getGuideMode()
getHistory
GuideHistory getHistory()
getFeatureModelManager
FeatureModelManager getFeatureModelManager()
Copyright 2007-2008 Johan Hall, Jens Nilsson and Joakim Nivre.