MaltParser 1.0.2

org.maltparser.parser.guide
Interface GuideModel

All Known Subinterfaces:
InstanceModel, PredictionModel
All Known Implementing Classes:
AtomicModel, CombinedPredictionModel, FeatureDivideModel, Guide

public interface GuideModel


Method Summary
 void addInstance(ParserAction parserAction)
           
 void finalize()
           
 void finalizeSentence(Sentence sentence, DependencyGraph dependencyGraph)
           
 SingleMaltConfiguration getConfiguration()
           
 File getFile(String suffix)
           
 InputStreamReader getInputStreamReader(String suffix)
           
 String getModelName()
           
 OutputStreamWriter getOutputStreamWriter(String suffix)
           
 int getParserMode()
           
 ParsingAlgorithm getParsingAlgorithm()
           
 void noMoreInstances()
           
 boolean predict()
           
 

Method Detail

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

MaltParser 1.0.2

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.