Package | Description |
---|---|
org.apache.ctakes.dictionary.lookup2.consumer | |
org.apache.ctakes.dictionary.lookup2.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTermConsumer
Author: SPF
Affiliation: CHIP-NLP
Date: 2/5/14
|
class |
DefaultTermConsumer
Author: SPF
Affiliation: CHIP-NLP
Date: 1/9/14
|
class |
PrecisionTermConsumer
Refine a collection of dictionary terms to only contain the most specific variations:
"colon cancer" instead of "cancer", performed by span inclusion / complete containment, not overlap
Author: SPF
Affiliation: CHIP-NLP
Date: 1/9/14
|
class |
SemanticCleanupTermConsumer
Refine a collection of dictionary terms to only contain the most specific variations:
"colon cancer" instead of "cancer", performed by span inclusion / complete containment, not overlap
Also a start at wsd by trim of overlapping terms of conflicting but related semantic group.
|
Modifier and Type | Method and Description |
---|---|
TermConsumer |
DefaultDictionarySpec.getConsumer() |
TermConsumer |
DictionarySpec.getConsumer() |
Constructor and Description |
---|
DefaultDictionarySpec(Map<String,String> pairDictionaryNames,
Map<String,String> pairConceptFactoryNames,
Map<String,RareWordDictionary> dictionaries,
Map<String,ConceptFactory> conceptFactories,
TermConsumer termConsumer) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.