MaltParser 1.0.1

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

Method Summary
 SingleMaltConfiguration getConfiguration()
           
 DependencyGraph getDependencyGraph()
           
 String getName()
           
 ParserAction getParserAction()
           
 DependencyGraph oracleParse(DependencyGraph goldDependencyGraph)
           
 DependencyGraph parse()
           
 
Methods inherited from interface org.maltparser.parser.guide.feature.Featurable
getNode, isOperation
 

Method Detail

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

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.