public interface PairFeatureExtractor
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
extract(org.apache.uima.jcas.JCas view1,
org.apache.uima.jcas.JCas view2)
Extracts features from a pair of documents
|
Set<Feature> extract(org.apache.uima.jcas.JCas view1, org.apache.uima.jcas.JCas view2) throws org.dkpro.tc.api.exception.TextClassificationException
view1
- First view to be processedview2
- Second view to be processedorg.dkpro.tc.api.exception.TextClassificationException
- an ExceptionCopyright © 2013–2019 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.