org.maltparser.parser.algorithm.planar
Class PlanarArcEagerOracle
java.lang.Object
   org.maltparser.parser.Oracle
org.maltparser.parser.Oracle
       org.maltparser.parser.algorithm.planar.PlanarArcEagerOracle
org.maltparser.parser.algorithm.planar.PlanarArcEagerOracle
- All Implemented Interfaces: 
- Guide, OracleGuide
- public class PlanarArcEagerOracle 
- extends Oracle
- Author:
- Carlos Gomez Rodriguez
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PlanarArcEagerOracle
public PlanarArcEagerOracle(DependencyParserConfig manager,
                            GuideUserHistory history)
                     throws MaltChainedException
- Throws:
- MaltChainedException
predict
public GuideUserAction predict(DependencyStructure gold,
                               ParserConfiguration config)
                        throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
finalizeSentence
public void finalizeSentence(DependencyStructure dependencyGraph)
                      throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
terminate
public void terminate()
               throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.