Package | Description |
---|---|
org.maltparser.core.lw.parser | |
org.maltparser.parser |
The top package for Single Malt Parser.
|
org.maltparser.parser.algorithm.covington |
Implements the Covington deterministic parsing algorithms.
|
org.maltparser.parser.algorithm.nivre |
Implements the Nivre deterministic parsing algorithms.
|
org.maltparser.parser.algorithm.planar | |
org.maltparser.parser.algorithm.stack |
Implements the Stack parsing algorithms.
|
org.maltparser.parser.algorithm.twoplanar |
Modifier and Type | Method and Description |
---|---|
AbstractParserFactory |
LWSingleMalt.getParserFactory() |
Modifier and Type | Method and Description |
---|---|
AbstractParserFactory |
ParserState.getFactory() |
AbstractParserFactory |
DependencyParserConfig.getParserFactory() |
AbstractParserFactory |
SingleMalt.getParserFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ParserRegistry.setAbstractParserFeatureFactory(AbstractParserFactory _abstractParserFactory) |
Constructor and Description |
---|
ParserState(DependencyParserConfig manager,
SymbolTableHandler symbolTableHandler,
AbstractParserFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
CovingtonFactory |
class |
CovingtonNonProjFactory |
class |
CovingtonProjFactory |
Modifier and Type | Class and Description |
---|---|
class |
NivreArcEagerFactory |
class |
NivreArcStandardFactory |
class |
NivreFactory |
Modifier and Type | Class and Description |
---|---|
class |
NivrePlanarArcEagerFactory |
class |
PlanarFactory |
Modifier and Type | Class and Description |
---|---|
class |
StackFactory |
class |
StackProjFactory |
class |
StackSwapEagerFactory |
class |
StackSwapLazyFactory |
Modifier and Type | Class and Description |
---|---|
class |
TwoPlanarArcEagerFactory |
class |
TwoPlanarFactory |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.