Package | Description |
---|---|
org.maltparser.core.feature |
Provides classes for handling feature models.
|
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 |
---|---|
AbstractFeatureFactory |
FeatureRegistry.getFactory(java.lang.Class<?> clazz) |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractParserFactory |
Modifier and Type | Method and Description |
---|---|
AbstractFeatureFactory |
ParserRegistry.getAbstractParserFeatureFactory() |
AbstractFeatureFactory |
ParserRegistry.getFactory(java.lang.Class<?> clazz) |
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.