Package | Description |
---|---|
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 |
---|---|
TransitionSystem |
ParserState.getTransitionSystem() |
TransitionSystem |
AbstractParserFactory.makeTransitionSystem()
Creates a transition system
|
Modifier and Type | Class and Description |
---|---|
class |
NonProjective |
class |
Projective |
Modifier and Type | Method and Description |
---|---|
TransitionSystem |
CovingtonProjFactory.makeTransitionSystem() |
TransitionSystem |
CovingtonNonProjFactory.makeTransitionSystem() |
Modifier and Type | Class and Description |
---|---|
class |
ArcEager |
class |
ArcStandard |
Modifier and Type | Method and Description |
---|---|
TransitionSystem |
NivreArcEagerFactory.makeTransitionSystem() |
TransitionSystem |
NivreArcStandardFactory.makeTransitionSystem() |
Modifier and Type | Class and Description |
---|---|
class |
Planar |
Modifier and Type | Method and Description |
---|---|
TransitionSystem |
NivrePlanarArcEagerFactory.makeTransitionSystem() |
Modifier and Type | Method and Description |
---|---|
TransitionSystem |
StackSwapLazyFactory.makeTransitionSystem() |
TransitionSystem |
StackProjFactory.makeTransitionSystem() |
TransitionSystem |
StackSwapEagerFactory.makeTransitionSystem() |
Modifier and Type | Class and Description |
---|---|
class |
TwoPlanar |
Modifier and Type | Method and Description |
---|---|
TransitionSystem |
TwoPlanarArcEagerFactory.makeTransitionSystem() |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.