MaltParser 1.2

org.maltparser.parser.guide
Interface Guide

All Known Implementing Classes:
SingleGuide

public interface Guide

Since:
1.1
Author:
Johan Hall

Nested Class Summary
static class Guide.GuideMode
           
 
Method Summary
 void addInstance(GuideDecision decision)
           
 void finalizeSentence(DependencyStructure dependencyGraph)
           
 DependencyParserConfig getConfiguration()
           
 FeatureModelManager getFeatureModelManager()
           
 Guide.GuideMode getGuideMode()
           
 GuideHistory getHistory()
           
 void noMoreInstances()
           
 void predict(GuideDecision decision)
           
 boolean predictFromKBestList(GuideDecision decision)
           
 void terminate()
           
 

Method Detail

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()

MaltParser 1.2

Copyright 2007-2008 Johan Hall, Jens Nilsson and Joakim Nivre.