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.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.lib | |
org.maltparser.parser.guide.instance |
Provides classes for different instance models.
|
Modifier and Type | Method and Description |
---|---|
FeatureFunction |
FeatureModel.getDivideFeatureFunction() |
FeatureFunction |
FeatureModel.identifyFeature(java.lang.String spec) |
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureCastFunction |
interface |
FeatureMapFunction |
interface |
Modifiable |
Modifier and Type | Class and Description |
---|---|
class |
Merge3Feature |
class |
MergeFeature |
class |
PrefixFeature |
class |
SplitFeature |
class |
SuffixFeature |
Modifier and Type | Method and Description |
---|---|
FeatureFunction |
MergeFeature.getFirstFeature() |
FeatureFunction |
Merge3Feature.getFirstFeature() |
FeatureFunction |
SplitFeature.getParentFeature() |
FeatureFunction |
PrefixFeature.getParentFeature() |
FeatureFunction |
SuffixFeature.getParentFeature() |
FeatureFunction |
MergeFeature.getSecondFeature() |
FeatureFunction |
Merge3Feature.getSecondFeature() |
FeatureFunction |
Merge3Feature.getThirdFeature() |
Modifier and Type | Method and Description |
---|---|
void |
MergeFeature.setFirstFeature(FeatureFunction firstFeature) |
void |
Merge3Feature.setFirstFeature(FeatureFunction firstFeature) |
void |
SplitFeature.setParentFeature(FeatureFunction parentFeature) |
void |
PrefixFeature.setParentFeature(FeatureFunction feature) |
void |
SuffixFeature.setParentFeature(FeatureFunction feature) |
void |
MergeFeature.setSecondFeature(FeatureFunction secondFeature) |
void |
Merge3Feature.setSecondFeature(FeatureFunction secondFeature) |
void |
Merge3Feature.setThirdFeature(FeatureFunction thirdFeature) |
Modifier and Type | Class and Description |
---|---|
class |
TableFeature |
Modifier and Type | Class and Description |
---|---|
class |
ArcDirFeature |
class |
ColumnFeature |
class |
DistanceFeature |
class |
ExistsFeature |
class |
InputArcDirFeature |
class |
InputArcFeature |
class |
InputColumnFeature |
class |
InputTableFeature |
class |
NumOfFeature |
class |
OutputArcFeature |
class |
OutputColumnFeature |
class |
OutputTableFeature |
Modifier and Type | Method and Description |
---|---|
void |
LearningMethod.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
java.util.ArrayList<java.lang.Integer> divideFeatureIndexVector) |
Modifier and Type | Method and Description |
---|---|
void |
Lib.moveAllInstances(LearningMethod method,
FeatureFunction divideFeature,
java.util.ArrayList<java.lang.Integer> divideFeatureIndexVector) |
Modifier and Type | Method and Description |
---|---|
void |
AtomicModel.moveAllInstances(AtomicModel model,
FeatureFunction divideFeature,
java.util.ArrayList<java.lang.Integer> divideFeatureIndexVector)
Moves all instance from this atomic model into the destination atomic model and add the divide feature.
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.