Package | Description |
---|---|
org.apache.uima.conceptMapper | |
org.apache.uima.conceptMapper.support.dictionaryResource |
Modifier and Type | Method and Description |
---|---|
protected void |
ConceptMapper.makeAnnotation(org.apache.uima.cas.CAS tcas,
int start,
int end,
EntryProperties properties,
org.apache.uima.jcas.tcas.Annotation spanAnnotation,
String matchedText,
Collection<org.apache.uima.cas.text.AnnotationFS> matched,
Logger log) |
Modifier and Type | Method and Description |
---|---|
EntryProperties |
DictionaryResource.DictEntry.getProperties() |
EntryProperties |
DictionaryResource_impl.DictEntryImpl.getProperties() |
EntryProperties |
EntryPropertiesRoot.newEntryProperties() |
Modifier and Type | Method and Description |
---|---|
void |
DictionaryResource.DictEntriesByLength.putEntry(int length,
String[] elements,
String unsorted,
EntryProperties props) |
void |
DictionaryResource.DictEntries.putEntry(String[] elements,
String unsorted,
EntryProperties props) |
void |
DictionaryResource_impl.DictEntriesImpl.putEntry(String[] elements,
String unsorted,
EntryProperties props)
Add a new phrase to an existing dictionary entry.
|
void |
CompiledDictionaryResource_impl.putEntry(String key,
String[] tokens,
String unsortedEntry,
int length,
EntryProperties props) |
void |
DictionaryResource.putEntry(String key,
String[] tokens,
String unsortedEntry,
int length,
EntryProperties props) |
void |
DictionaryResource_impl.putEntry(String key,
String[] elements,
String unsorted,
int length,
EntryProperties props)
Create a new dictionary entry.
|
void |
DictionaryResource.DictEntry.setProperties(EntryProperties props) |
void |
DictionaryResource_impl.DictEntryImpl.setProperties(EntryProperties properties) |
Constructor and Description |
---|
DictEntryImpl(String[] elements,
String unsorted,
EntryProperties properties) |
EntryProperties(EntryProperties toCopyFrom) |
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.