| Interface | Description |
|---|---|
| CleartkExtractor.Bounds |
A class representing the bounds within which a
CleartkExtractor should look for
annotations. |
| CleartkExtractor.Context |
A class representing a location that a
CleartkExtractor should look for annotations. |
| FeatureExtractor1<T extends Annotation> |
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| FeatureExtractor2<T extends Annotation,U extends Annotation> |
Copyright (c) 2007-2009, Regents of the University of Colorado All rights reserved. |
| NamedFeatureExtractor1<T extends Annotation> |
A
FeatureExtractor1 that provides the name used for the features it creates. |
| Class | Description |
|---|---|
| CleartkExtractor<FOCUS_T extends Annotation,SEARCH_T extends Annotation> |
A feature extractor that finds other
Annotations in the context of a focus annotation and
extracts features from these. |
| CleartkExtractor.Bag |
A
CleartkExtractor.Context that aggregates the features of other contexts into a "bag" where position
information of each individual feature is no longer maintained. |
| CleartkExtractor.Count |
A
CleartkExtractor.Context that aggregates the features of other contexts into a bag of counts where
only the count of occurrence of each feature value is maintained. |
| CleartkExtractor.Covered |
A
CleartkExtractor.Context for extracting all annotations within the focus annotation. |
| CleartkExtractor.FirstCovered |
A
CleartkExtractor.Context for extracting the first annotations within the focus annotation. |
| CleartkExtractor.Focus |
A
CleartkExtractor.Context for extracting the focus annotation. |
| CleartkExtractor.Following |
A
CleartkExtractor.Context for extracting annotations appearing after the focus annotation. |
| CleartkExtractor.LastCovered |
A
CleartkExtractor.Context for extracting the last annotations within the focus annotation. |
| CleartkExtractor.NestedCountFeature | |
| CleartkExtractor.Ngram |
A
CleartkExtractor.Context that aggregates the features of other contexts into a single "ngram" feature,
where the feature values are concatenated together in order to form a single value. |
| CleartkExtractor.Ngrams |
A
CleartkExtractor.Context that aggregates the features of other contexts into several "ngrams"
features, where sub-sequences of the feature values are concatenated together in order to form
single values. |
| CleartkExtractor.Preceding |
A
CleartkExtractor.Context for extracting annotations appearing before the focus annotation. |
| CombinedExtractor1<T extends Annotation> |
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| CoveredTextExtractor<T extends Annotation> |
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| DirectedDistanceExtractor<T extends Annotation,U extends Annotation> |
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| DistanceExtractor<T extends Annotation,U extends Annotation> |
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| NamingExtractor1<T extends Annotation> |
Copyright (c) 2007-2009, Regents of the University of Colorado All rights reserved. |
| RelativePositionExtractor<T extends Annotation,U extends Annotation> |
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| TypePathExtractor<T extends Annotation> |
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| WhiteSpaceExtractor<T extends Annotation> |
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| Exception | Description |
|---|---|
| CleartkExtractorException |
Copyright (c) 2011, Regents of the University of Colorado All rights reserved. |
Copyright © 2014. All rights reserved.