@Deprecated public class ExtractCoocurrencesFilterDistance extends ExtractCoocurrences
FilterCoocurrencesByDistance instead.| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
Deprecated.
|
protected int |
maximumDistance
Deprecated.
|
static String |
PARAM_MAXIMUM_DISTANCE
Deprecated.
|
annotation1, annotation2, annotationStr1, annotationStr2, cooccurrenceType, enclosingScope, enclosingScopeStr, firstIdFields, firstIdFieldsRaw, firstIdMethods, keepOnlyNearestNeighbors, PARAM_KEEP_ONLY_NEAREST_NEIGHBORS, secondIdFields, secondIdFieldsRaw, secondIdMethods| Constructor and Description |
|---|
ExtractCoocurrencesFilterDistance()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Cooccurrence |
filterCooccurence(org.apache.uima.jcas.JCas jCas,
org.apache.uima.jcas.tcas.Annotation enclosingAnnot,
org.apache.uima.jcas.tcas.Annotation annot1,
org.apache.uima.jcas.tcas.Annotation annot2,
String[] ids1,
String[] ids2)
Deprecated.
Adds all cooccurrences (no filtering).
|
initialize, processgetRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextprotected static org.slf4j.Logger LOG
public static final String PARAM_MAXIMUM_DISTANCE
protected int maximumDistance
public ExtractCoocurrencesFilterDistance()
protected Cooccurrence filterCooccurence(org.apache.uima.jcas.JCas jCas, org.apache.uima.jcas.tcas.Annotation enclosingAnnot, org.apache.uima.jcas.tcas.Annotation annot1, org.apache.uima.jcas.tcas.Annotation annot2, String[] ids1, String[] ids2)
filterCooccurence in class ExtractCoocurrencesjCas - enclosingAnnot - annot1 - annot2 - ids1 - ids2 - Copyright © 2015 Bluebrain Project. All rights reserved.