| Package | Description |
|---|---|
| org.cleartk.ml.feature.extractor |
| Modifier and Type | Method and Description |
|---|---|
<SEARCH_T extends Annotation> |
CleartkExtractor.Context.extract(JCas jCas,
Annotation focusAnnotation,
CleartkExtractor.Bounds bounds,
Class<SEARCH_T> annotationClass,
FeatureExtractor1<SEARCH_T> extractor)
Extracts features in the given context.
|
<SEARCH_T extends Annotation> |
CleartkExtractor.Focus.extract(JCas jCas,
Annotation focusAnnotation,
CleartkExtractor.Bounds bounds,
Class<SEARCH_T> annotationClass,
FeatureExtractor1<SEARCH_T> extractor) |
<SEARCH_T extends Annotation> |
CleartkExtractor.Covered.extract(JCas jCas,
Annotation focusAnnotation,
CleartkExtractor.Bounds bounds,
Class<SEARCH_T> annotationClass,
FeatureExtractor1<SEARCH_T> extractor) |
<SEARCH_T extends Annotation> |
CleartkExtractor.Bag.extract(JCas jCas,
Annotation focusAnnotation,
CleartkExtractor.Bounds bounds,
Class<SEARCH_T> annotationClass,
FeatureExtractor1<SEARCH_T> extractor) |
<SEARCH_T extends Annotation> |
CleartkExtractor.Count.extract(JCas jCas,
Annotation focusAnnotation,
CleartkExtractor.Bounds bounds,
Class<SEARCH_T> annotationClass,
FeatureExtractor1<SEARCH_T> extractor)
This method got a bit gnarly in order to support nested Count contexts.
|
<SEARCH_T extends Annotation> |
CleartkExtractor.Ngram.extract(JCas jCas,
Annotation focusAnnotation,
CleartkExtractor.Bounds bounds,
Class<SEARCH_T> annotationClass,
FeatureExtractor1<SEARCH_T> extractor) |
<SEARCH_T extends Annotation> |
CleartkExtractor.Ngrams.extract(JCas jCas,
Annotation focusAnnotation,
CleartkExtractor.Bounds bounds,
Class<SEARCH_T> annotationClass,
FeatureExtractor1<SEARCH_T> extractor) |
Copyright © 2014. All rights reserved.