Package | Description |
---|---|
org.apache.ctakes.dictionary.lookup2.ae | |
org.apache.ctakes.dictionary.lookup2.dictionary |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJCasTermAnnotator.findTerms(RareWordDictionary dictionary,
List<FastLookupToken> allTokens,
List<Integer> lookupTokenIndices,
CollectionMap<TextSpan,Long,? extends Collection<Long>> termsFromDictionary)
Given a dictionary, tokens, and lookup token indices, populate a terms collection with discovered terms
|
void |
JCasTermAnnotator.findTerms(RareWordDictionary dictionary,
List<FastLookupToken> allTokens,
List<Integer> lookupTokenIndices,
CollectionMap<TextSpan,Long,? extends Collection<Long>> termsFromDictionary)
Given a dictionary, tokens, and lookup token indices, populate a terms collection with discovered terms
|
void |
OverlapJCasTermAnnotator.findTerms(RareWordDictionary dictionary,
List<FastLookupToken> allTokens,
List<Integer> lookupTokenIndices,
CollectionMap<TextSpan,Long,? extends Collection<Long>> termsFromDictionary)
Given a dictionary, tokens, and lookup token indices, populate a terms collection with discovered terms
|
protected void |
AbstractJCasTermAnnotator.getAnnotationsInWindow(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.text.AnnotationFS window,
List<FastLookupToken> allTokens,
Collection<Integer> lookupTokenIndices)
For the given lookup window fills two collections with 1) All tokens in the window,
and 2) indexes of tokens in the window to be used for lookup
|
static boolean |
DefaultJCasTermAnnotator.isTermMatch(RareWordTerm rareWordHit,
List<FastLookupToken> allTokens,
int termStartIndex,
int termEndIndex)
Hopefully the jit will inline this method
|
Modifier and Type | Method and Description |
---|---|
Collection<RareWordTerm> |
AbstractRareWordDictionary.getRareWordHits(FastLookupToken fastLookupToken)
Any single token can exist in zero or more terms in the dictionary.
|
Collection<RareWordTerm> |
BsvRareWordDictionary.getRareWordHits(FastLookupToken fastLookupToken)
Any single token can exist in zero or more terms in the dictionary.
|
Collection<RareWordTerm> |
RareWordDictionary.getRareWordHits(FastLookupToken fastLookupToken)
Any single token can exist in zero or more terms in the dictionary.
|
Collection<RareWordTerm> |
UmlsJdbcRareWordDictionary.getRareWordHits(FastLookupToken fastLookupToken)
Any single token can exist in zero or more terms in the dictionary.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.