| Package | Description |
|---|---|
| org.cleartk.ml.feature.function |
| Modifier and Type | Method and Description |
|---|---|
static CharacterNgramFeatureFunction.Orientation |
CharacterNgramFeatureFunction.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterNgramFeatureFunction.Orientation[] |
CharacterNgramFeatureFunction.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CharacterNgramFeatureFunction(CharacterNgramFeatureFunction.Orientation orientation,
int start,
int end) |
CharacterNgramFeatureFunction(CharacterNgramFeatureFunction.Orientation orientation,
int start,
int end,
int minimumValueLength,
boolean lowerCase) |
CharacterNgramFeatureFunction(String featureName,
CharacterNgramFeatureFunction.Orientation orientation,
int start,
int end) |
CharacterNgramFeatureFunction(String featureName,
CharacterNgramFeatureFunction.Orientation orientation,
int start,
int end,
int minimumValueLength,
boolean lowerCase)
This feature function serves up character n-grams based on StringValued features.
|
Copyright © 2014. All rights reserved.