|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureFunction | |
---|---|
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.symbol | Contains classes for handling different kinds of symbols (e.g., word forms, root labels and parser actions). |
org.maltparser.core.syntaxgraph.feature | |
org.maltparser.ml | Contains an interface and classes for creating an interface to an machine learning method. |
org.maltparser.ml.liblinear | Contains classes that interacts with the Liblinear learner. |
org.maltparser.ml.libsvm | Contains classes that interacts with the LIBSVM learner. |
org.maltparser.parser.guide.instance | Provides classes for different instance models. |
Uses of FeatureFunction in org.maltparser.core.feature |
---|
Fields in org.maltparser.core.feature with type parameters of type FeatureFunction | |
---|---|
protected ArrayList<FeatureFunction> |
FeatureModel.featureFunctionCache
|
Methods in org.maltparser.core.feature that return FeatureFunction | |
---|---|
FeatureFunction |
FeatureModel.identifyFeature(String spec)
|
Methods in org.maltparser.core.feature that return types with arguments of type FeatureFunction | |
---|---|
ArrayList<FeatureFunction> |
FeatureModel.getFeatureFunctionCache()
|
Uses of FeatureFunction in org.maltparser.core.feature.function |
---|
Subinterfaces of FeatureFunction in org.maltparser.core.feature.function | |
---|---|
interface |
FeatureMapFunction
|
interface |
Modifiable
|
Uses of FeatureFunction in org.maltparser.core.feature.map |
---|
Classes in org.maltparser.core.feature.map that implement FeatureFunction | |
---|---|
class |
Merge3Feature
|
class |
MergeFeature
|
class |
PrefixFeature
|
class |
SplitFeature
|
class |
SuffixFeature
|
Fields in org.maltparser.core.feature.map declared as FeatureFunction | |
---|---|
protected FeatureFunction |
Merge3Feature.firstFeature
|
protected FeatureFunction |
MergeFeature.firstFeature
|
protected FeatureFunction |
SuffixFeature.parentFeature
|
protected FeatureFunction |
SplitFeature.parentFeature
|
protected FeatureFunction |
PrefixFeature.parentFeature
|
protected FeatureFunction |
Merge3Feature.secondFeature
|
protected FeatureFunction |
MergeFeature.secondFeature
|
protected FeatureFunction |
Merge3Feature.thirdFeature
|
Methods in org.maltparser.core.feature.map that return FeatureFunction | |
---|---|
FeatureFunction |
Merge3Feature.getFirstFeature()
|
FeatureFunction |
MergeFeature.getFirstFeature()
|
FeatureFunction |
SuffixFeature.getParentFeature()
|
FeatureFunction |
SplitFeature.getParentFeature()
|
FeatureFunction |
PrefixFeature.getParentFeature()
|
FeatureFunction |
Merge3Feature.getSecondFeature()
|
FeatureFunction |
MergeFeature.getSecondFeature()
|
FeatureFunction |
Merge3Feature.getThirdFeature()
|
Methods in org.maltparser.core.feature.map with parameters of type FeatureFunction | |
---|---|
void |
Merge3Feature.setFirstFeature(FeatureFunction firstFeature)
|
void |
MergeFeature.setFirstFeature(FeatureFunction firstFeature)
|
void |
SuffixFeature.setParentFeature(FeatureFunction feature)
|
void |
SplitFeature.setParentFeature(FeatureFunction parentFeature)
|
void |
PrefixFeature.setParentFeature(FeatureFunction feature)
|
void |
Merge3Feature.setSecondFeature(FeatureFunction secondFeature)
|
void |
MergeFeature.setSecondFeature(FeatureFunction secondFeature)
|
void |
Merge3Feature.setThirdFeature(FeatureFunction thirdFeature)
|
Uses of FeatureFunction in org.maltparser.core.symbol |
---|
Classes in org.maltparser.core.symbol that implement FeatureFunction | |
---|---|
class |
TableFeature
|
Uses of FeatureFunction in org.maltparser.core.syntaxgraph.feature |
---|
Classes in org.maltparser.core.syntaxgraph.feature that implement FeatureFunction | |
---|---|
class |
ArcDirFeature
|
class |
ColumnFeature
|
class |
DistanceFeature
|
class |
ExistsFeature
|
class |
InputArcDirFeature
|
class |
InputArcFeature
|
class |
InputColumnFeature
|
class |
InputTableFeature
|
class |
NumOfFeature
|
class |
OutputArcFeature
|
class |
OutputColumnFeature
|
class |
OutputTableFeature
|
Uses of FeatureFunction in org.maltparser.ml |
---|
Methods in org.maltparser.ml with parameters of type FeatureFunction | |
---|---|
void |
LearningMethod.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
|
Uses of FeatureFunction in org.maltparser.ml.liblinear |
---|
Methods in org.maltparser.ml.liblinear with parameters of type FeatureFunction | |
---|---|
void |
Liblinear.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
|
Uses of FeatureFunction in org.maltparser.ml.libsvm |
---|
Methods in org.maltparser.ml.libsvm with parameters of type FeatureFunction | |
---|---|
void |
Libsvm.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
|
Uses of FeatureFunction in org.maltparser.parser.guide.instance |
---|
Methods in org.maltparser.parser.guide.instance with parameters of type FeatureFunction | |
---|---|
void |
AtomicModel.moveAllInstances(AtomicModel model,
FeatureFunction divideFeature,
ArrayList<Integer> divideFeatureIndexVector)
Moves all instance from this atomic model into the destination atomic model and add the divide feature. |
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |