org.maltparser.parser.guide
Interface Model
- All Known Subinterfaces: 
- DecisionModel, InstanceModel
- All Known Implementing Classes: 
- AtomicModel, BranchedDecisionModel, DecisionTreeModel, FeatureDivideModel, OneDecisionModel, SeqDecisionModel
- public interface Model 
- Since:
- 1.0
- Author:
- Johan Hall
 
finalizeSentence
void finalizeSentence(DependencyStructure dependencyGraph)
                      throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
noMoreInstances
void noMoreInstances()
                     throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
terminate
void terminate()
               throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getGuide
ClassifierGuide getGuide()
- 
 
getModelName
String getModelName()
                    throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.