Modifier and Type | Class and Description |
---|---|
class |
LookupAnnotationToJCasAdapter |
Modifier and Type | Method and Description |
---|---|
Iterator<LookupToken> |
DirectLookupInitializerImpl.getLookupTokenIterator(org.apache.uima.jcas.JCas jcas)
Gets an iteration of tokens that represent the finest grain used for a
lookup operation.
|
Iterator<LookupToken> |
FirstTokenPermLookupInitializerImpl.getLookupTokenIterator(org.apache.uima.jcas.JCas jcas)
Gets an iteration of tokens that represent the finest grain used for a
lookup operation.
|
Iterator<LookupToken> |
LookupInitializer.getLookupTokenIterator(org.apache.uima.jcas.JCas jcas)
Gets an iteration of tokens that represent the finest grain used for a
lookup operation.
|
List<LookupToken> |
DirectLookupInitializerImpl.getSortedLookupTokens(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation annotation)
Gets a list of tokens that we promise to return in sorted order that are constrained by the
input annotation.
|
List<LookupToken> |
FirstTokenPermLookupInitializerImpl.getSortedLookupTokens(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation covering)
Gets a list of tokens that we promise to return in sorted order that are constrained by the
input annotation.
|
List<LookupToken> |
LookupInitializer.getSortedLookupTokens(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation annotation)
Gets a list of tokens that we promise to return in sorted order that are constrained by the
input annotation.
|
Modifier and Type | Method and Description |
---|---|
Collection<LookupHit> |
DirectPassThroughImpl.lookup(List<LookupToken> lookupTokenList,
Map<String,List<LookupAnnotation>> contextMap)
Lookup the given text specified via LookupToken objects.
|
Collection<LookupHit> |
FirstTokenPermutationImpl.lookup(List<LookupToken> lookupTokenList,
Map<String,List<LookupAnnotation>> contextMap)
Lookup the given text specified via LookupToken objects.
|
Collection<LookupHit> |
LookupAlgorithm.lookup(List<LookupToken> lookupTokenList,
Map<String,List<LookupAnnotation>> contextMap)
Lookup the given text specified via LookupToken objects.
|
Modifier and Type | Method and Description |
---|---|
String[] |
PhraseBuilder.getPhrases(List<LookupToken> lookupTokenList)
Given a list of LookupTokens, one or more phrases are built.
|
String[] |
VariantPhraseBuilderImpl.getPhrases(List<LookupToken> lookupTokenList) |
Modifier and Type | Class and Description |
---|---|
class |
LookupAnnotationToTokAdapter |
Modifier and Type | Method and Description |
---|---|
int |
LookupTokenComparator.compare(LookupToken token1,
LookupToken token2) |
Modifier and Type | Class and Description |
---|---|
class |
StemmedLookupAnnotationToJCasAdapter
allow dictionary lookup with stemmed words
|
Modifier and Type | Method and Description |
---|---|
Iterator<LookupToken> |
FirstTokenPermLookupInitializerImpl.getLookupTokenIterator(org.apache.uima.jcas.JCas jcas)
Gets an iteration of tokens that represent the finest grain used for a
lookup operation.
|
List<LookupToken> |
FirstTokenPermLookupInitializerImpl.getSortedLookupTokens(org.apache.uima.jcas.JCas jcas,
org.apache.uima.jcas.tcas.Annotation covering)
Gets a list of tokens that we promise to return in sorted order that are constrained by the
input annotation.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.