org.maltparser.parser.algorithm.planar
Class PlanarFactory
java.lang.Object
   org.maltparser.parser.algorithm.planar.PlanarFactory
org.maltparser.parser.algorithm.planar.PlanarFactory
- All Implemented Interfaces: 
- AbstractFeatureFactory, AbstractParserFactory
- Direct Known Subclasses: 
- NivrePlanarArcEagerFactory
- public abstract class PlanarFactory 
- extends Object- implements AbstractParserFactory
- Author:
- Carlos Gomez Rodriguez
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
algorithm
protected Algorithm algorithm
manager
protected DependencyParserConfig manager
PlanarFactory
public PlanarFactory(Algorithm algorithm)
makeParserConfiguration
public ParserConfiguration makeParserConfiguration()
                                            throws MaltChainedException
- Description copied from interface: AbstractParserFactory
- Creates a parser configuration
 
- 
- Specified by:
- makeParserConfigurationin interface- AbstractParserFactory
 
- 
- Returns:
- a parser configuration
- Throws:
- MaltChainedException
 
makeFunction
public Function makeFunction(String subFunctionName)
                      throws MaltChainedException
- 
- Specified by:
- makeFunctionin interface- AbstractFeatureFactory
 
- 
- Throws:
- MaltChainedException
 
getAlgorithm
public Algorithm getAlgorithm()
- 
 
- 
 
setAlgorithm
public void setAlgorithm(Algorithm algorithm)
- 
 
- 
 
getManager
public DependencyParserConfig getManager()
- 
 
- 
 
setManager
public void setManager(DependencyParserConfig manager)
- 
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.