| Package | Description |
|---|---|
| org.cleartk.ml.feature.function |
| Modifier and Type | Class and Description |
|---|---|
class |
CapitalTypeFeatureFunction
Copyright (c) 2007-2012, Regents of the University of Colorado All rights reserved. |
class |
CharacterCategoryPatternFunction<T extends Annotation>
A feature extractor that generates a pattern based on the Unicode categories of each of the characters in the
annotation text.
|
class |
CharacterNgramFeatureFunction
Copyright (c) 2007-2012, Regents of the University of Colorado All rights reserved. |
class |
ContainsHyphenFeatureFunction
Copyright (c) 2007-2012, Regents of the University of Colorado All rights reserved. |
class |
LowerCaseFeatureFunction
Copyright (c) 2007-2012, Regents of the University of Colorado All rights reserved. |
class |
NumericTypeFeatureFunction
Copyright (c) 2007-2012, Regents of the University of Colorado All rights reserved. |
| Constructor and Description |
|---|
FeatureFunctionExtractor(FeatureExtractor1<T> extractor,
FeatureFunction... featureFunctions) |
FeatureFunctionExtractor(FeatureExtractor1<T> extractor,
FeatureFunctionExtractor.BaseFeatures baseFeatures,
FeatureFunction... featureFunctions) |
Copyright © 2014. All rights reserved.