public interface RelationFeaturesExtractor<T1,T2>
| Modifier and Type | Method and Description |
|---|---|
List<org.cleartk.ml.Feature> |
extract(org.apache.uima.jcas.JCas jCas,
T1 arg1,
T2 arg2)
Extract features for the pair of named entity mentions.
|
List<org.cleartk.ml.Feature> extract(org.apache.uima.jcas.JCas jCas, T1 arg1, T2 arg2) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
jCas - The JCas containing the two named entity mentions.arg1 - The first identified annotation in the text.arg2 - The second identified annotation in the text.org.apache.uima.analysis_engine.AnalysisEngineProcessExceptionCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.