Package | Description |
---|---|
org.dkpro.tc.api.features |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
Feature.asSet() |
Set<Feature> |
PairFeatureExtractor.extract(org.apache.uima.jcas.JCas view1,
org.apache.uima.jcas.JCas view2)
Extracts features from a pair of documents
|
Set<Feature> |
FeatureExtractor.extract(org.apache.uima.jcas.JCas aJCas,
org.dkpro.tc.api.type.TextClassificationTarget aTarget)
Extract features from the classification target within the given view.
|
Collection<Feature> |
Instance.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
Instance.addFeature(Feature feature) |
int |
Feature.compareTo(Feature o) |
Modifier and Type | Method and Description |
---|---|
void |
Instance.addFeatures(Collection<Feature> featureCollection) |
void |
Instance.setFeatures(Collection<Feature> featureSet) |
Constructor and Description |
---|
Instance(Collection<Feature> features,
List<String> outcomes) |
Instance(Collection<Feature> features,
String... outcomes) |
Instance(Collection<Feature> features,
String outcome) |
Copyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.