org.maltparser.parser.guide.predmodel
Interface PredictionModel
- All Superinterfaces:
- GuideModel
- All Known Implementing Classes:
- CombinedPredictionModel
public interface PredictionModel
- extends GuideModel
Methods inherited from interface org.maltparser.parser.guide.GuideModel |
addInstance, finalize, finalizeSentence, getConfiguration, getFile, getInputStreamReader, getModelName, getOutputStreamWriter, getParserMode, getParsingAlgorithm, noMoreInstances, predict |
update
void update()
throws MaltChainedException
- Throws:
MaltChainedException
updateCardinality
void updateCardinality()
throws MaltChainedException
- Throws:
MaltChainedException
predictFromKBestList
boolean predictFromKBestList()
throws MaltChainedException
- Throws:
MaltChainedException
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.