Skip navigation links
A C D E F G H I M N O P S T V 

A

addFeature(Feature) - Method in class org.dkpro.tc.api.features.Instance
 
addFeatures(Collection<Feature>) - Method in class org.dkpro.tc.api.features.Instance
 
addStorageMapping(String, String, String) - Method in class org.dkpro.tc.api.features.meta.MetaCollectorConfiguration
 
asSet() - Method in class org.dkpro.tc.api.features.Feature
 

C

collectorOverrides - Variable in class org.dkpro.tc.api.features.meta.MetaCollectorConfiguration
 
compareTo(Feature) - Method in class org.dkpro.tc.api.features.Feature
 
create(Class<? extends Resource>, Object...) - Static method in class org.dkpro.tc.api.features.TcFeatureFactory
Creates a new instance of a TcFeature
create(String, Class<? extends Resource>, Object...) - Static method in class org.dkpro.tc.api.features.TcFeatureFactory
Creates a new instance of a TcFeature which allows the user to set an own id
createResource(Class<T>, Object...) - Static method in class org.dkpro.tc.api.features.util.FeatureUtil
 
createResource(TcFeature) - Static method in class org.dkpro.tc.api.features.util.FeatureUtil
 

D

descriptor - Variable in class org.dkpro.tc.api.features.meta.MetaCollectorConfiguration
 

E

equals(Object) - Method in class org.dkpro.tc.api.features.Feature
 
escape(String) - Method in class org.dkpro.tc.api.features.FeatureNameEscaper
Escapes feature names.
escapeFeatureName(String) - Static method in class org.dkpro.tc.api.features.util.FeatureUtil
 
extract(JCas, TextClassificationTarget) - Method in interface org.dkpro.tc.api.features.FeatureExtractor
Extract features from the classification target within the given view.
extract(JCas, JCas) - Method in interface org.dkpro.tc.api.features.PairFeatureExtractor
Extracts features from a pair of documents
extractorOverrides - Variable in class org.dkpro.tc.api.features.meta.MetaCollectorConfiguration
 

F

Feature - Class in org.dkpro.tc.api.features
Internal representation of a feature.
Feature(String, Object, FeatureType) - Constructor for class org.dkpro.tc.api.features.Feature
 
Feature(String, Object, boolean, FeatureType) - Constructor for class org.dkpro.tc.api.features.Feature
Creates a feature that is aware if the value is a default value.
FeatureExtractor - Interface in org.dkpro.tc.api.features
Common signature for feature extractors which extract their features from the entire document or from a given classification unit.
featureExtractorName - Variable in class org.dkpro.tc.api.features.FeatureExtractorResource_ImplBase
 
featureExtractorName - Variable in class org.dkpro.tc.api.features.meta.MetaCollector
 
FeatureExtractorResource_ImplBase - Class in org.dkpro.tc.api.features
Abstract base class for all feature extractors.
FeatureExtractorResource_ImplBase() - Constructor for class org.dkpro.tc.api.features.FeatureExtractorResource_ImplBase
 
FeatureNameEscaper - Class in org.dkpro.tc.api.features
Escapes features to ensure that they do not contain non-standard characters.
FeatureNameEscaper() - Constructor for class org.dkpro.tc.api.features.FeatureNameEscaper
 
FeatureType - Enum in org.dkpro.tc.api.features
 
FeatureUtil - Class in org.dkpro.tc.api.features.util
Utils for feature extractors
FeatureUtil() - Constructor for class org.dkpro.tc.api.features.util.FeatureUtil
 

G

getActualValue() - Method in class org.dkpro.tc.api.features.TcFeature
 
getActualValue() - Method in class org.dkpro.tc.api.features.TcFeatureSet
 
getConfig() - Method in class org.dkpro.tc.api.features.TcFeature
 
getDiscriminatorValue() - Method in class org.dkpro.tc.api.features.TcFeature
 
getDiscriminatorValue() - Method in class org.dkpro.tc.api.features.TcFeatureSet
 
getFeatureName() - Method in class org.dkpro.tc.api.features.TcFeature
 
getFeatures() - Method in class org.dkpro.tc.api.features.Instance
 
getId() - Method in class org.dkpro.tc.api.features.TcFeature
 
getJcasId() - Method in class org.dkpro.tc.api.features.Instance
 
getMetaCollectorClasses(Map<String, Object>) - Method in interface org.dkpro.tc.api.features.meta.MetaDependent
 
getName() - Method in class org.dkpro.tc.api.features.Feature
 
getOutcome() - Method in class org.dkpro.tc.api.features.Instance
 
getOutcomes() - Method in class org.dkpro.tc.api.features.Instance
 
getSequenceId() - Method in class org.dkpro.tc.api.features.Instance
 
getSequencePosition() - Method in class org.dkpro.tc.api.features.Instance
 
getStopwords(String, boolean) - Static method in class org.dkpro.tc.api.features.util.FeatureUtil
 
getType() - Method in class org.dkpro.tc.api.features.Feature
 
getValue() - Method in class org.dkpro.tc.api.features.Feature
 
getWeight() - Method in class org.dkpro.tc.api.features.Instance
 

H

hashCode() - Method in class org.dkpro.tc.api.features.Feature
 

I

initialize(ResourceSpecifier, Map<String, Object>) - Method in class org.dkpro.tc.api.features.FeatureExtractorResource_ImplBase
 
Instance - Class in org.dkpro.tc.api.features
Internal representation of an instance.
Instance() - Constructor for class org.dkpro.tc.api.features.Instance
 
Instance(Collection<Feature>, String) - Constructor for class org.dkpro.tc.api.features.Instance
 
Instance(Collection<Feature>, String...) - Constructor for class org.dkpro.tc.api.features.Instance
 
Instance(Collection<Feature>, List<String>) - Constructor for class org.dkpro.tc.api.features.Instance
 
isDefaultValue() - Method in class org.dkpro.tc.api.features.Feature
 

M

MetaCollector - Class in org.dkpro.tc.api.features.meta
Interface for meta collectors that collect document-level information for feature extractors.
MetaCollector() - Constructor for class org.dkpro.tc.api.features.meta.MetaCollector
 
MetaCollectorConfiguration - Class in org.dkpro.tc.api.features.meta
 
MetaCollectorConfiguration(AnalysisEngineDescription) - Constructor for class org.dkpro.tc.api.features.meta.MetaCollectorConfiguration
 
MetaCollectorConfiguration(Class<? extends AnalysisComponent>, Map<String, Object>) - Constructor for class org.dkpro.tc.api.features.meta.MetaCollectorConfiguration
 
MetaDependent - Interface in org.dkpro.tc.api.features.meta
Feature extractors that depend on MetaCollectors should implement this interface.

N

name - Variable in class org.dkpro.tc.api.features.Feature
 

O

org.dkpro.tc.api.features - package org.dkpro.tc.api.features
 
org.dkpro.tc.api.features.meta - package org.dkpro.tc.api.features.meta
Meta collector definitions
org.dkpro.tc.api.features.util - package org.dkpro.tc.api.features.util
Basic API utils.

P

PairFeatureExtractor - Interface in org.dkpro.tc.api.features
Common signature for feature extractors which extract their features from a pair of documents.
PARAM_UNIQUE_EXTRACTOR_NAME - Static variable in class org.dkpro.tc.api.features.FeatureExtractorResource_ImplBase
 
PARAM_UNIQUE_EXTRACTOR_NAME - Static variable in class org.dkpro.tc.api.features.meta.MetaCollector
Each feature extractor needs a unique id to know which feature extractors and which meta collector correspond to each other.

S

setConfig(Map<String, Object>) - Method in class org.dkpro.tc.api.features.TcFeature
 
setDefault(boolean) - Method in class org.dkpro.tc.api.features.Feature
Marks the feature value as being either the default value for this feature or not.
setFeatures(Collection<Feature>) - Method in class org.dkpro.tc.api.features.Instance
 
setFeatureSetName(String) - Method in class org.dkpro.tc.api.features.TcFeatureSet
Allows setting an user-defined name which is used when getDiscriminatorValue is called by default the feature set name is a list of the names of the individual features
setJcasId(int) - Method in class org.dkpro.tc.api.features.Instance
 
setName(String) - Method in class org.dkpro.tc.api.features.Feature
 
setOutcomes(Collection<String>) - Method in class org.dkpro.tc.api.features.Instance
 
setOutcomes(String...) - Method in class org.dkpro.tc.api.features.Instance
 
setSequenceId(int) - Method in class org.dkpro.tc.api.features.Instance
 
setSequencePosition(int) - Method in class org.dkpro.tc.api.features.Instance
 
setValue(Object) - Method in class org.dkpro.tc.api.features.Feature
 
setWeight(double) - Method in class org.dkpro.tc.api.features.Instance
 

T

TcFeature - Class in org.dkpro.tc.api.features
 
TcFeature(Class<? extends Resource>, String, Object[]) - Constructor for class org.dkpro.tc.api.features.TcFeature
Creates a new feature instance
TcFeatureFactory - Class in org.dkpro.tc.api.features
 
TcFeatureFactory() - Constructor for class org.dkpro.tc.api.features.TcFeatureFactory
 
TcFeatureSet - Class in org.dkpro.tc.api.features
 
TcFeatureSet(TcFeature...) - Constructor for class org.dkpro.tc.api.features.TcFeatureSet
 
TcFeatureSet(String, TcFeature...) - Constructor for class org.dkpro.tc.api.features.TcFeatureSet
 
toString() - Method in class org.dkpro.tc.api.features.Feature
 
toString() - Method in class org.dkpro.tc.api.features.Instance
 
toString() - Method in class org.dkpro.tc.api.features.TcFeature
 

V

value - Variable in class org.dkpro.tc.api.features.Feature
 
valueOf(String) - Static method in enum org.dkpro.tc.api.features.FeatureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dkpro.tc.api.features.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I M N O P S T V 
Skip navigation links

Copyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.