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,
java.lang.String matchedText,
java.util.Collection<org.apache.uima.cas.text.AnnotationFS> matched,
Logger log) |
Modifier and Type | Method and Description |
---|---|
EntryProperties |
DictionaryResource_impl.DictEntryImpl.getProperties() |
EntryProperties |
DictionaryResource.DictEntry.getProperties() |
EntryProperties |
EntryPropertiesRoot.newEntryProperties() |
Modifier and Type | Method and Description |
---|---|
void |
DictionaryResource.DictEntriesByLength.putEntry(int length,
java.lang.String[] elements,
java.lang.String unsorted,
EntryProperties props) |
void |
DictionaryResource_impl.DictEntriesImpl.putEntry(java.lang.String[] elements,
java.lang.String unsorted,
EntryProperties props)
Add a new phrase to an existing dictionary entry.
|
void |
DictionaryResource.DictEntries.putEntry(java.lang.String[] elements,
java.lang.String unsorted,
EntryProperties props) |
void |
CompiledDictionaryResource_impl.putEntry(java.lang.String key,
java.lang.String[] tokens,
java.lang.String unsortedEntry,
int length,
EntryProperties props) |
void |
DictionaryResource_impl.putEntry(java.lang.String key,
java.lang.String[] elements,
java.lang.String unsorted,
int length,
EntryProperties props)
Create a new dictionary entry.
|
void |
DictionaryResource.putEntry(java.lang.String key,
java.lang.String[] tokens,
java.lang.String unsortedEntry,
int length,
EntryProperties props) |
void |
DictionaryResource_impl.DictEntryImpl.setProperties(EntryProperties properties) |
void |
DictionaryResource.DictEntry.setProperties(EntryProperties props) |
Constructor and Description |
---|
DictionaryResource_impl.DictEntryImpl(java.lang.String[] elements,
java.lang.String unsorted,
EntryProperties properties) |
EntryProperties(EntryProperties toCopyFrom) |
Copyright © 2013. All Rights Reserved.