public abstract class StackFactory extends java.lang.Object implements AbstractParserFactory
Modifier and Type | Field and Description |
---|---|
protected DependencyParserConfig |
manager |
Constructor and Description |
---|
StackFactory(DependencyParserConfig _manager) |
Modifier and Type | Method and Description |
---|---|
Function |
makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
ParserConfiguration |
makeParserConfiguration()
Creates a parser configuration
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
makeOracleGuide, makeTransitionSystem
protected final DependencyParserConfig manager
public StackFactory(DependencyParserConfig _manager)
public ParserConfiguration makeParserConfiguration() throws MaltChainedException
AbstractParserFactory
makeParserConfiguration
in interface AbstractParserFactory
MaltChainedException
public Function makeFunction(java.lang.String subFunctionName, FeatureRegistry registry) throws MaltChainedException
makeFunction
in interface AbstractFeatureFactory
MaltChainedException
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.