org.maltparser.parser.algorithm
Interface ParsingAlgorithm
- All Superinterfaces:
- Featurable
- All Known Implementing Classes:
- Covington, CovingtonNonProjective, CovingtonProjective, Nivre, NivreEager, NivreStandard
public interface ParsingAlgorithm
- extends Featurable
- Since:
- 1.0
- Author:
- Joakim Nivre, Johan Hall
parse
DependencyGraph parse()
throws MaltChainedException
- Throws:
MaltChainedException
oracleParse
DependencyGraph oracleParse(DependencyGraph goldDependencyGraph)
throws MaltChainedException
- Throws:
MaltChainedException
getParserAction
ParserAction getParserAction()
getConfiguration
SingleMaltConfiguration getConfiguration()
getDependencyGraph
DependencyGraph getDependencyGraph()
getName
String getName()
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.