org.maltparser.parser.algorithm.planar
Class NivrePlanarArcEagerFactory
java.lang.Object
   org.maltparser.parser.algorithm.planar.PlanarFactory
org.maltparser.parser.algorithm.planar.PlanarFactory
       org.maltparser.parser.algorithm.planar.NivrePlanarArcEagerFactory
org.maltparser.parser.algorithm.planar.NivrePlanarArcEagerFactory
- All Implemented Interfaces: 
- AbstractFeatureFactory, AbstractParserFactory
- public class NivrePlanarArcEagerFactory 
- extends PlanarFactory
- Author:
- Carlos Gomez Rodriguez
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NivrePlanarArcEagerFactory
public NivrePlanarArcEagerFactory(Algorithm algorithm)
makeTransitionSystem
public TransitionSystem makeTransitionSystem()
                                      throws MaltChainedException
- Description copied from interface: AbstractParserFactory
- Creates a transition system
 
- 
- Returns:
- a transition system
- Throws:
- MaltChainedException
 
makeOracleGuide
public OracleGuide makeOracleGuide(GuideUserHistory history)
                            throws MaltChainedException
- Description copied from interface: AbstractParserFactory
- Creates an oracle guide
 
- 
- Parameters:
- history- a reference to the history
- Returns:
- an oracle guide
- Throws:
- MaltChainedException
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.