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 | |
org.maltparser.parser.guide |
Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner.
|
Modifier and Type | Class and Description |
---|---|
class |
Oracle |
Modifier and Type | Class and Description |
---|---|
class |
CovingtonOracle |
Modifier and Type | Class and Description |
---|---|
class |
ArcEagerOracle |
class |
ArcStandardOracle |
Modifier and Type | Class and Description |
---|---|
class |
PlanarArcEagerOracle |
Modifier and Type | Class and Description |
---|---|
class |
ProjectiveOracle |
class |
SwapEagerOracle |
class |
SwapLazyOracle |
Modifier and Type | Class and Description |
---|---|
class |
TwoPlanarArcEagerOracle |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassifierGuide |
interface |
OracleGuide |
Modifier and Type | Class and Description |
---|---|
class |
SingleGuide
The guide is used by a parsing algorithm to predict the next parser action during parsing and to
add a instance to the training instance set during learning.
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.