Interface | Description |
---|---|
LookupConsumer |
Defines how to consume the lookup hits produced by the LookupAnnotator.
|
LookupInitializer |
Defines how to initialize the LookupAnnotator.
|
Class | Description |
---|---|
AssertionCuePhraseConsumerImpl |
Implementation that takes Rxnorm dictionary lookup hits and stores only the
ones that are also present in the Orange Book.
|
BaseLookupConsumerImpl |
Provides some base functionality for subclasses.
|
BaseLookupConsumerImpl.LookupHitKey |
Using a String as a HashMap Key can be slow as
the hashCode is computed per character with each call - ditto for equals
|
DebugConsumerImpl |
LookupConsumer implementation that outputs debug info to the log about each LookupHit.
|
DictionaryLookupAnnotator |
UIMA annotator that identified entities based on lookup.
|
DirectLookupInitializerImpl | |
FirstTokenPermLookupInitializerImpl | |
LookupAnnotationToJCasAdapter | |
LookupParseUtilities | |
LookupParseUtilitiesRefactor | |
LookupSpec |
A container for three related classes used to lookup terms in a dictionary and process hits found.
|
NamedEntityLookupConsumerImpl | |
OrangeBookFilterConsumerImpl |
Implementation that takes Rxnorm dictionary lookup hits and stores only the
ones that are also present in the Orange Book.
|
ThreadedDictionaryLookupAnnotator |
Date: 12/18/12
|
ThreadedUmlsDictionaryLookupAnnotator |
UIMA annotator that identified entities based on lookup.
|
UmlsDictionaryLookupAnnotator |
UIMA annotator that identified entities based on lookup.
|
UmlsToSnomedConsumerImpl |
Implementation that takes UMLS dictionary lookup hits and stores as NamedEntity
objects only the ones that have a SNOMED synonym.
|
UmlsToSnomedDbConsumerImpl |
Implementation that takes UMLS dictionary lookup hits and stores as NamedEntity
objects only the ones that have a SNOMED synonym, by looking in a database
for SNOMED codes that map to the identified CUI.
|
UmlsToSnomedLuceneConsumerImpl |
Implementation that takes UMLS dictionary lookup hits and stores as NamedEntity
objects only the ones that have a SNOMED synonym, by looking in a lucene index
for SNOMED codes that map to the identified CUI.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.