org.maltparser.parser.guide
Interface Guide
- All Known Subinterfaces: 
- ClassifierGuide, OracleGuide
- All Known Implementing Classes: 
- ArcEagerOracle, ArcStandardOracle, CovingtonOracle, Oracle, PlanarArcEagerOracle, ProjectiveOracle, SingleGuide, SwapEagerOracle, SwapLazyOracle, TwoPlanarArcEagerOracle
- public interface Guide 
- Since:
- 1.1
- Author:
- Johan Hall
 
finalizeSentence
void finalizeSentence(DependencyStructure dependencyGraph)
                      throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
terminate
void terminate()
               throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getConfiguration
DependencyParserConfig getConfiguration()
- 
 
getGuideName
String getGuideName()
- 
 
setGuideName
void setGuideName(String guideName)
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.