org.maltparser.parser.algorithm.twoplanar
Class TwoPlanarFactory
java.lang.Object
   org.maltparser.parser.algorithm.twoplanar.TwoPlanarFactory
org.maltparser.parser.algorithm.twoplanar.TwoPlanarFactory
- All Implemented Interfaces: 
- AbstractFeatureFactory, AbstractParserFactory
- Direct Known Subclasses: 
- TwoPlanarArcEagerFactory
- public abstract class TwoPlanarFactory 
- 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
TwoPlanarFactory
public TwoPlanarFactory(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.