MaltParser 1.2

org.maltparser.parser
Interface DependencyParserConfig

All Superinterfaces:
Configuration
All Known Implementing Classes:
SingleMalt

public interface DependencyParserConfig
extends Configuration


Method Summary
 Guide getGuide()
           
 ParsingAlgorithm getParsingAlgorithm()
           
 void oracleParse(DependencyStructure goldGraph, DependencyStructure oracleGraph)
           
 void parse(DependencyStructure graph)
           
 
Methods inherited from interface org.maltparser.core.config.Configuration
getConfigLogger, getConfigurationDir, getOptionValue, getOptionValueString, getRegistry, getSymbolTables, setConfigLogger, setConfigurationDir
 

Method Detail

parse

void parse(DependencyStructure graph)
           throws MaltChainedException
Throws:
MaltChainedException

oracleParse

void oracleParse(DependencyStructure goldGraph,
                 DependencyStructure oracleGraph)
                 throws MaltChainedException
Throws:
MaltChainedException

getGuide

Guide getGuide()

getParsingAlgorithm

ParsingAlgorithm getParsingAlgorithm()

MaltParser 1.2

Copyright 2007-2008 Johan Hall, Jens Nilsson and Joakim Nivre.