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 | Class and Description |
---|---|
class |
LWDeterministicParser
A lightweight version of org.maltparser.parser.DeterministicParser.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTrainer |
class |
BatchTrainerWithDiagnostics |
class |
DeterministicParser |
class |
DeterministicParserWithDiagnostics |
class |
Parser |
class |
ParsingAlgorithm |
class |
Trainer |
Modifier and Type | Method and Description |
---|---|
AlgoritmInterface |
ParserRegistry.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
ParserRegistry.setAlgorithm(AlgoritmInterface algorithm) |
Constructor and Description |
---|
CovingtonAddressFunction(java.lang.String _subFunctionName,
AlgoritmInterface _parsingAlgorithm) |
Constructor and Description |
---|
NivreAddressFunction(java.lang.String _subFunctionName,
AlgoritmInterface _parsingAlgorithm) |
Constructor and Description |
---|
PlanarAddressFunction(java.lang.String _subFunctionName,
AlgoritmInterface _parsingAlgorithm) |
Constructor and Description |
---|
StackAddressFunction(java.lang.String _subFunctionName,
AlgoritmInterface _parsingAlgorithm) |
Constructor and Description |
---|
TwoPlanarAddressFunction(java.lang.String _subFunctionName,
AlgoritmInterface _parsingAlgorithm) |
Constructor and Description |
---|
SingleGuide(AlgoritmInterface algorithm,
ClassifierGuide.GuideMode guideMode) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.