MaltParser 1.0.1

org.maltparser.parser.guide.predmodel
Interface PredictionModel

All Superinterfaces:
GuideModel
All Known Implementing Classes:
CombinedPredictionModel

public interface PredictionModel
extends GuideModel


Method Summary
 boolean predictFromKBestList()
           
 void update()
           
 void updateCardinality()
           
 
Methods inherited from interface org.maltparser.parser.guide.GuideModel
addInstance, finalize, finalizeSentence, getConfiguration, getFile, getInputStreamReader, getModelName, getOutputStreamWriter, getParserMode, getParsingAlgorithm, noMoreInstances, predict
 

Method Detail

update

void update()
            throws MaltChainedException
Throws:
MaltChainedException

updateCardinality

void updateCardinality()
                       throws MaltChainedException
Throws:
MaltChainedException

predictFromKBestList

boolean predictFromKBestList()
                             throws MaltChainedException
Throws:
MaltChainedException

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.