|
MaltParser 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParsingAlgorithm | |
---|---|
org.maltparser.parser | The top package for Single Malt Parser. |
org.maltparser.parser.algorithm | Contains classes for creating an implementation of a deterministic parsing algorithm. |
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.nivre.malt04 | Implements the Nivre deterministic parsing algorithms that emulate the behavior of MaltParser 0.4. |
Uses of ParsingAlgorithm in org.maltparser.parser |
---|
Fields in org.maltparser.parser declared as ParsingAlgorithm | |
---|---|
protected ParsingAlgorithm |
SingleMalt.parsingAlgorithm
|
Methods in org.maltparser.parser that return ParsingAlgorithm | |
---|---|
ParsingAlgorithm |
SingleMalt.getParsingAlgorithm()
Returns the parsing algorithm in use |
ParsingAlgorithm |
DependencyParserConfig.getParsingAlgorithm()
|
Uses of ParsingAlgorithm in org.maltparser.parser.algorithm |
---|
Fields in org.maltparser.parser.algorithm declared as ParsingAlgorithm | |
---|---|
protected ParsingAlgorithm |
InputArcFeature.parsingAlgorithm
|
protected ParsingAlgorithm |
InputArcDirFeature.parsingAlgorithm
|
Methods in org.maltparser.parser.algorithm that return ParsingAlgorithm | |
---|---|
ParsingAlgorithm |
InputArcFeature.getParsingAlgorithm()
|
ParsingAlgorithm |
InputArcDirFeature.getParsingAlgorithm()
|
Methods in org.maltparser.parser.algorithm with parameters of type ParsingAlgorithm | |
---|---|
void |
InputArcFeature.setParsingAlgorithm(ParsingAlgorithm parsingAlgorithm)
|
void |
InputArcDirFeature.setParsingAlgorithm(ParsingAlgorithm parsingAlgorithm)
|
Constructors in org.maltparser.parser.algorithm with parameters of type ParsingAlgorithm | |
---|---|
InputArcDirFeature(DataFormatInstance dataFormatInstance,
SymbolTableHandler tableHandler,
ParsingAlgorithm parsingAlgorithm)
|
|
InputArcFeature(DataFormatInstance dataFormatInstance,
SymbolTableHandler tableHandler,
ParsingAlgorithm parsingAlgorithm)
|
Uses of ParsingAlgorithm in org.maltparser.parser.algorithm.covington |
---|
Classes in org.maltparser.parser.algorithm.covington that implement ParsingAlgorithm | |
---|---|
class |
Covington
|
class |
CovingtonNonProjective
|
class |
CovingtonProjective
|
Constructors in org.maltparser.parser.algorithm.covington with parameters of type ParsingAlgorithm | |
---|---|
CovAddressFunction(String subFunctionName,
ParsingAlgorithm parsingAlgorithm)
|
Uses of ParsingAlgorithm in org.maltparser.parser.algorithm.nivre |
---|
Classes in org.maltparser.parser.algorithm.nivre that implement ParsingAlgorithm | |
---|---|
class |
Nivre
|
class |
NivreEager
|
class |
NivreStandard
|
Constructors in org.maltparser.parser.algorithm.nivre with parameters of type ParsingAlgorithm | |
---|---|
NivreAddressFunction(String subFunctionName,
ParsingAlgorithm parsingAlgorithm)
|
Uses of ParsingAlgorithm in org.maltparser.parser.algorithm.nivre.malt04 |
---|
Classes in org.maltparser.parser.algorithm.nivre.malt04 that implement ParsingAlgorithm | |
---|---|
class |
NivreEagerMalt04
|
class |
NivreMalt04
|
class |
NivreStandardMalt04
|
|
MaltParser 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |