| Package | Description |
|---|---|
| org.maltparser.core.feature |
Provides classes for handling feature models.
|
| org.maltparser.core.feature.spec |
Contains classes for storing the feature specification model.
|
| Modifier and Type | Method and Description |
|---|---|
SpecificationModel |
FeatureModel.getSpecModel() |
| Modifier and Type | Method and Description |
|---|---|
FeatureModel |
FeatureModelManager.getFeatureModel(SpecificationModel specModel,
FeatureRegistry registry,
java.lang.String dataSplitColumn,
java.lang.String dataSplitStructure) |
| Constructor and Description |
|---|
FeatureModel(SpecificationModel _specModel,
FeatureRegistry _registry,
FeatureEngine _engine,
java.lang.String dataSplitColumn,
java.lang.String dataSplitStructure) |
| Modifier and Type | Method and Description |
|---|---|
SpecificationModel |
SpecificationModels.getSpecificationModel(java.net.URL url,
int specModelUrlIndex) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.