org.maltparser.parser
Class DeterministicParser
java.lang.Object
   org.maltparser.parser.Algorithm
org.maltparser.parser.Algorithm
       org.maltparser.parser.Parser
org.maltparser.parser.Parser
           org.maltparser.parser.DeterministicParser
org.maltparser.parser.DeterministicParser
- public class DeterministicParser 
- extends Parser
- Author:
- Johan Hall
 
 
 
 
| Methods inherited from class org.maltparser.parser.Algorithm | 
| closeDiaWriter, copyDynamicInput, copyEdges, getCurrentParserConfiguration, getDiaWriter, getGuide, getManager, getParserState, initParserState, isDiagnostics, makeParserFactory, openDiaWriter, setCurrentParserConfiguration, setDiagnostics, setGuide, setManager, setParserState, writeToDiaFile | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DeterministicParser
public DeterministicParser(DependencyParserConfig manager)
                    throws MaltChainedException
- Throws:
- MaltChainedException
parse
public DependencyStructure parse(DependencyStructure parseDependencyGraph)
                          throws MaltChainedException
- Description copied from class: Parser
- Parses the empty dependency graph
 
- 
- Specified by:
- parsein class- Parser
 
- 
- Parameters:
- parseDependencyGraph- a dependency graph
- Returns:
- a parsed dependency graph
- Throws:
- MaltChainedException
 
terminate
public void terminate()
               throws MaltChainedException
- 
- Specified by:
- terminatein class- Algorithm
 
- 
- Throws:
- MaltChainedException
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.