public interface WindowProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
isWindowOk(org.apache.uima.jcas.tcas.Annotation window)
Some windows should be skipped entirely, such as "[section *]"
|
void |
processWindow(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation window,
Map<RareWordDictionary,CollectionMap<TextSpan,Long,? extends Collection<Long>>> dictionaryTerms)
Processes a window of annotations for dictionary terms
|
boolean isWindowOk(org.apache.uima.jcas.tcas.Annotation window)
window
- annotation in which to search for termsvoid processWindow(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation window, Map<RareWordDictionary,CollectionMap<TextSpan,Long,? extends Collection<Long>>> dictionaryTerms)
jcas
- -window
- annotation in which to search for termsdictionaryTerms
- map of entity types and terms for those types in the windowCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.