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 | |
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 | Method and Description |
---|---|
ParserConfiguration |
LWDeterministicParser.getCurrentParserConfiguration() |
Modifier and Type | Field and Description |
---|---|
protected ParserConfiguration |
ParsingAlgorithm.currentParserConfiguration |
Modifier and Type | Method and Description |
---|---|
ParserConfiguration |
ParserState.getConfiguration() |
ParserConfiguration |
ParsingAlgorithm.getCurrentParserConfiguration()
Returns the current active parser configuration
|
ParserConfiguration |
AlgoritmInterface.getCurrentParserConfiguration() |
ParserConfiguration |
AbstractParserFactory.makeParserConfiguration()
Creates a parser configuration
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TransitionSystem.apply(GuideUserAction currentAction,
ParserConfiguration config) |
abstract GuideUserAction |
TransitionSystem.defaultAction(GuideUserHistory history,
ParserConfiguration configuration) |
abstract GuideUserAction |
TransitionSystem.getDeterministicAction(GuideUserHistory history,
ParserConfiguration config) |
abstract boolean |
TransitionSystem.permissible(GuideUserAction currentAction,
ParserConfiguration config) |
protected void |
ParsingAlgorithm.setCurrentParserConfiguration(ParserConfiguration currentParserConfiguration)
Sets the current parser configuration
|
Modifier and Type | Class and Description |
---|---|
class |
CovingtonConfig |
Modifier and Type | Method and Description |
---|---|
ParserConfiguration |
CovingtonFactory.makeParserConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
NivreConfig |
Modifier and Type | Method and Description |
---|---|
ParserConfiguration |
NivreFactory.makeParserConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
PlanarConfig |
Modifier and Type | Method and Description |
---|---|
ParserConfiguration |
PlanarFactory.makeParserConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
Planar.apply(GuideUserAction currentAction,
ParserConfiguration config) |
GuideUserAction |
Planar.defaultAction(GuideUserHistory history,
ParserConfiguration configuration) |
GuideUserAction |
Planar.getDeterministicAction(GuideUserHistory history,
ParserConfiguration config) |
void |
PlanarConfig.initialize(ParserConfiguration parserConfiguration) |
boolean |
Planar.permissible(GuideUserAction currentAction,
ParserConfiguration config) |
GuideUserAction |
PlanarArcEagerOracle.predict(DependencyStructure gold,
ParserConfiguration config) |
Modifier and Type | Class and Description |
---|---|
class |
StackConfig |
Modifier and Type | Method and Description |
---|---|
ParserConfiguration |
StackFactory.makeParserConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
TwoPlanarConfig |
Modifier and Type | Method and Description |
---|---|
ParserConfiguration |
TwoPlanarFactory.makeParserConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
TwoPlanar.apply(GuideUserAction currentAction,
ParserConfiguration config) |
GuideUserAction |
TwoPlanar.defaultAction(GuideUserHistory history,
ParserConfiguration configuration) |
GuideUserAction |
TwoPlanar.getDeterministicAction(GuideUserHistory history,
ParserConfiguration config) |
void |
TwoPlanarConfig.initialize(ParserConfiguration parserConfiguration) |
boolean |
TwoPlanar.permissible(GuideUserAction currentAction,
ParserConfiguration config) |
GuideUserAction |
TwoPlanarArcEagerOracle.predict(DependencyStructure gold,
ParserConfiguration config) |
Modifier and Type | Method and Description |
---|---|
GuideUserAction |
OracleGuide.predict(DependencyStructure gold,
ParserConfiguration config) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.