org.maltparser.parser
Interface DependencyParserConfig
- All Superinterfaces: 
- Configuration
- All Known Implementing Classes: 
- SingleMalt
- public interface DependencyParserConfig 
- extends Configuration
- Author:
- Johan Hall
 
 
parse
void parse(DependencyStructure graph)
           throws MaltChainedException
- 
 
- 
- Throws:
- MaltChainedException
 
oracleParse
void oracleParse(DependencyStructure goldGraph,
                 DependencyStructure oracleGraph)
                 throws MaltChainedException
- 
 
- 
- Throws:
- MaltChainedException
 
getGuide
ClassifierGuide getGuide()
- 
 
- 
 
getAlgorithm
Algorithm getAlgorithm()
- 
 
- 
 
getPropagationManager
PropagationManager getPropagationManager()
- 
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.