Modifier and Type | Class and Description |
---|---|
class |
LookupAnnotationToJCasAdapter |
Modifier and Type | Method and Description |
---|---|
Map<String,List<LookupAnnotation>> |
DirectLookupInitializerImpl.getContextMap(org.apache.uima.jcas.JCas jcas,
int windowBegin,
int windowEnd)
returns an empty map
Gets context for the specified window.
|
Map<String,List<LookupAnnotation>> |
FirstTokenPermLookupInitializerImpl.getContextMap(org.apache.uima.jcas.JCas jcas,
int windowBegin,
int windowEnd)
Gets context for the specified window.
|
Map<String,List<LookupAnnotation>> |
LookupInitializer.getContextMap(org.apache.uima.jcas.JCas jcas,
int windowBegin,
int windowEnd)
Gets context for the specified window.
|
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 | Interface and Description |
---|---|
interface |
LookupToken
This object represents the SMALLEST span of text that could potentially
be a lookup hit.
|
Modifier and Type | Class and Description |
---|---|
class |
LookupAnnotationToTokAdapter |
Modifier and Type | Class and Description |
---|---|
class |
StemmedLookupAnnotationToJCasAdapter
allow dictionary lookup with stemmed words
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<LookupAnnotation>> |
FirstTokenPermLookupInitializerImpl.getContextMap(org.apache.uima.jcas.JCas jcas,
int windowBegin,
int windowEnd)
Gets context for the specified window.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.