org.maltparser.parser.guide
Interface GuideModel
- All Known Subinterfaces:
- InstanceModel, PredictionModel
- All Known Implementing Classes:
- AtomicModel, CombinedPredictionModel, FeatureDivideModel, Guide
public interface GuideModel
addInstance
void addInstance(ParserAction parserAction)
throws MaltChainedException
- Throws:
MaltChainedException
finalizeSentence
void finalizeSentence(Sentence sentence,
DependencyGraph dependencyGraph)
throws MaltChainedException
- Throws:
MaltChainedException
noMoreInstances
void noMoreInstances()
throws MaltChainedException
- Throws:
MaltChainedException
finalize
void finalize()
throws MaltChainedException
- Throws:
MaltChainedException
predict
boolean predict()
throws MaltChainedException
- Throws:
MaltChainedException
getConfiguration
SingleMaltConfiguration getConfiguration()
throws MaltChainedException
- Throws:
MaltChainedException
getModelName
String getModelName()
throws MaltChainedException
- Throws:
MaltChainedException
getParsingAlgorithm
ParsingAlgorithm getParsingAlgorithm()
throws MaltChainedException
- Throws:
MaltChainedException
getParserMode
int getParserMode()
throws MaltChainedException
- Throws:
MaltChainedException
getOutputStreamWriter
OutputStreamWriter getOutputStreamWriter(String suffix)
throws MaltChainedException
- Throws:
MaltChainedException
getInputStreamReader
InputStreamReader getInputStreamReader(String suffix)
throws MaltChainedException
- Throws:
MaltChainedException
getFile
File getFile(String suffix)
throws MaltChainedException
- Throws:
MaltChainedException
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.