Package | Description |
---|---|
org.maltparser.core.feature |
Provides classes for handling feature models.
|
org.maltparser.core.feature.system |
provides classes to handle the feature system.
|
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 |
Modifier and Type | Method and Description |
---|---|
FeatureRegistry |
FeatureModel.getRegistry() |
Modifier and Type | Method and Description |
---|---|
FeatureModel |
FeatureModelManager.getFeatureModel(SpecificationModel specModel,
FeatureRegistry registry,
java.lang.String dataSplitColumn,
java.lang.String dataSplitStructure) |
FeatureModel |
FeatureModelManager.getFeatureModel(java.net.URL specModelURL,
FeatureRegistry registry,
java.lang.String dataSplitColumn,
java.lang.String dataSplitStructure) |
FeatureModel |
FeatureModelManager.getFeatureModel(java.net.URL specModelURL,
int specModelUrlIndex,
FeatureRegistry registry,
java.lang.String dataSplitColumn,
java.lang.String dataSplitStructure) |
Function |
AbstractFeatureFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Constructor and Description |
---|
FeatureModel(SpecificationModel _specModel,
FeatureRegistry _registry,
FeatureEngine _engine,
java.lang.String dataSplitColumn,
java.lang.String dataSplitStructure) |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionDescription.newFunction(FeatureRegistry registry) |
Function |
FeatureEngine.newFunction(java.lang.String functionName,
FeatureRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
ParserRegistry |
Modifier and Type | Method and Description |
---|---|
Function |
CovingtonFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Method and Description |
---|---|
Function |
NivreFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Method and Description |
---|---|
Function |
PlanarFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Method and Description |
---|---|
Function |
StackFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Modifier and Type | Method and Description |
---|---|
Function |
TwoPlanarFactory.makeFunction(java.lang.String subFunctionName,
FeatureRegistry registry) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.