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 | Class and Description |
---|---|
class |
Oracle |
Modifier and Type | Method and Description |
---|---|
abstract OracleGuide |
Trainer.getOracleGuide()
Returns the oracle guide.
|
OracleGuide |
BatchTrainerWithDiagnostics.getOracleGuide() |
OracleGuide |
BatchTrainer.getOracleGuide() |
OracleGuide |
AbstractParserFactory.makeOracleGuide(GuideUserHistory history)
Creates an oracle guide
|
Modifier and Type | Class and Description |
---|---|
class |
CovingtonOracle |
Modifier and Type | Method and Description |
---|---|
OracleGuide |
CovingtonProjFactory.makeOracleGuide(GuideUserHistory history) |
OracleGuide |
CovingtonNonProjFactory.makeOracleGuide(GuideUserHistory history) |
Modifier and Type | Class and Description |
---|---|
class |
ArcEagerOracle |
class |
ArcStandardOracle |
Modifier and Type | Method and Description |
---|---|
OracleGuide |
NivreArcEagerFactory.makeOracleGuide(GuideUserHistory history) |
OracleGuide |
NivreArcStandardFactory.makeOracleGuide(GuideUserHistory history) |
Modifier and Type | Class and Description |
---|---|
class |
PlanarArcEagerOracle |
Modifier and Type | Method and Description |
---|---|
OracleGuide |
NivrePlanarArcEagerFactory.makeOracleGuide(GuideUserHistory history) |
Modifier and Type | Class and Description |
---|---|
class |
ProjectiveOracle |
class |
SwapEagerOracle |
class |
SwapLazyOracle |
Modifier and Type | Method and Description |
---|---|
OracleGuide |
StackSwapLazyFactory.makeOracleGuide(GuideUserHistory history) |
OracleGuide |
StackProjFactory.makeOracleGuide(GuideUserHistory history) |
OracleGuide |
StackSwapEagerFactory.makeOracleGuide(GuideUserHistory history) |
Modifier and Type | Class and Description |
---|---|
class |
TwoPlanarArcEagerOracle |
Modifier and Type | Method and Description |
---|---|
OracleGuide |
TwoPlanarArcEagerFactory.makeOracleGuide(GuideUserHistory history) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.