Package | Description |
---|---|
org.maltparser.core.lw.parser | |
org.maltparser.ml.lib | |
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 |
LWSingleMalt
A lightweight version of org.maltparser.parser.SingleMalt.
|
Modifier and Type | Method and Description |
---|---|
DependencyParserConfig |
LWDeterministicParser.getManager() |
Modifier and Type | Method and Description |
---|---|
DependencyParserConfig |
Lib.getConfiguration()
Returns the current configuration
|
Modifier and Type | Class and Description |
---|---|
class |
SingleMalt |
Modifier and Type | Field and Description |
---|---|
protected DependencyParserConfig |
ParsingAlgorithm.manager |
Modifier and Type | Method and Description |
---|---|
DependencyParserConfig |
Oracle.getConfiguration() |
DependencyParserConfig |
ParsingAlgorithm.getManager()
Returns the single malt configuration
|
DependencyParserConfig |
AlgoritmInterface.getManager() |
Constructor and Description |
---|
BatchTrainer(DependencyParserConfig manager,
SymbolTableHandler symbolTableHandler) |
BatchTrainerWithDiagnostics(DependencyParserConfig manager,
SymbolTableHandler symbolTableHandler) |
DeterministicParser(DependencyParserConfig manager,
SymbolTableHandler symbolTableHandler) |
DeterministicParserWithDiagnostics(DependencyParserConfig manager,
SymbolTableHandler symbolTableHandler) |
Oracle(DependencyParserConfig manager,
GuideUserHistory history) |
Parser(DependencyParserConfig manager,
SymbolTableHandler symbolTableHandler)
Creates a parser
|
ParserState(DependencyParserConfig manager,
SymbolTableHandler symbolTableHandler,
AbstractParserFactory factory) |
ParsingAlgorithm(DependencyParserConfig _manager,
SymbolTableHandler symbolTableHandler)
Creates a parsing algorithm
|
Trainer(DependencyParserConfig manager,
SymbolTableHandler symbolTableHandler)
Creates a parser trainer
|
Modifier and Type | Field and Description |
---|---|
protected DependencyParserConfig |
CovingtonFactory.manager |
Constructor and Description |
---|
CovingtonFactory(DependencyParserConfig _manager) |
CovingtonNonProjFactory(DependencyParserConfig _manager) |
CovingtonOracle(DependencyParserConfig manager,
GuideUserHistory history) |
CovingtonProjFactory(DependencyParserConfig _manager) |
Modifier and Type | Field and Description |
---|---|
protected DependencyParserConfig |
NivreFactory.manager |
Constructor and Description |
---|
ArcEagerOracle(DependencyParserConfig manager,
GuideUserHistory history) |
ArcStandardOracle(DependencyParserConfig manager,
GuideUserHistory history) |
NivreArcEagerFactory(DependencyParserConfig _manager) |
NivreArcStandardFactory(DependencyParserConfig _manager) |
NivreFactory(DependencyParserConfig _manager) |
Modifier and Type | Field and Description |
---|---|
protected DependencyParserConfig |
PlanarFactory.manager |
Constructor and Description |
---|
NivrePlanarArcEagerFactory(DependencyParserConfig _manager) |
PlanarArcEagerOracle(DependencyParserConfig manager,
GuideUserHistory history) |
PlanarFactory(DependencyParserConfig _manager) |
Modifier and Type | Field and Description |
---|---|
protected DependencyParserConfig |
StackFactory.manager |
Constructor and Description |
---|
ProjectiveOracle(DependencyParserConfig manager,
GuideUserHistory history) |
StackFactory(DependencyParserConfig _manager) |
StackProjFactory(DependencyParserConfig _manager) |
StackSwapEagerFactory(DependencyParserConfig _manager) |
StackSwapLazyFactory(DependencyParserConfig _manager) |
SwapEagerOracle(DependencyParserConfig manager,
GuideUserHistory history) |
SwapLazyOracle(DependencyParserConfig manager,
GuideUserHistory history) |
Modifier and Type | Field and Description |
---|---|
protected DependencyParserConfig |
TwoPlanarFactory.manager |
Constructor and Description |
---|
TwoPlanarArcEagerFactory(DependencyParserConfig _manager) |
TwoPlanarArcEagerOracle(DependencyParserConfig manager,
GuideUserHistory history) |
TwoPlanarFactory(DependencyParserConfig _manager) |
Modifier and Type | Method and Description |
---|---|
DependencyParserConfig |
Guide.getConfiguration() |
DependencyParserConfig |
SingleGuide.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static java.net.URL |
SingleGuide.findURL(java.lang.String specModelFileName,
DependencyParserConfig config) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.