Package | Description |
---|---|
org.maltparser.core.feature |
Provides classes for handling feature models.
|
org.maltparser.core.feature.function |
Contains classes and interfaces for handling feature and address functions.
|
org.maltparser.core.feature.map |
Contains classes handling feature map functions.
|
org.maltparser.core.feature.value |
Contains classes and interfaces for handling feature values.
|
org.maltparser.core.symbol |
Contains classes for handling different kinds of symbols (e.g., word forms, root labels and parser actions).
|
org.maltparser.core.syntaxgraph.feature |
Modifier and Type | Method and Description |
---|---|
FeatureValue |
FeatureVector.getFeatureValue(int index) |
Modifier and Type | Method and Description |
---|---|
FeatureValue |
FeatureFunction.getFeatureValue()
Returns the feature value
|
Modifier and Type | Method and Description |
---|---|
FeatureValue |
SplitFeature.getFeatureValue() |
FeatureValue |
MergeFeature.getFeatureValue() |
FeatureValue |
PrefixFeature.getFeatureValue() |
FeatureValue |
Merge3Feature.getFeatureValue() |
FeatureValue |
SuffixFeature.getFeatureValue() |
Modifier and Type | Class and Description |
---|---|
class |
MultipleFeatureValue |
class |
SingleFeatureValue |
Modifier and Type | Method and Description |
---|---|
FeatureValue |
TableFeature.getFeatureValue() |
Modifier and Type | Method and Description |
---|---|
FeatureValue |
OutputArcFeature.getFeatureValue() |
FeatureValue |
NumOfFeature.getFeatureValue()
Returns the feature value
|
FeatureValue |
ExistsFeature.getFeatureValue()
Returns the feature value
|
FeatureValue |
ArcDirFeature.getFeatureValue()
Returns the feature value
|
FeatureValue |
InputArcFeature.getFeatureValue() |
FeatureValue |
InputArcDirFeature.getFeatureValue() |
FeatureValue |
ColumnFeature.getFeatureValue() |
FeatureValue |
DistanceFeature.getFeatureValue()
Returns the feature value
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.