|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EntryProperties | |
|---|---|
| org.apache.uima.conceptMapper | |
| org.apache.uima.conceptMapper.support.dictionaryResource | |
| Uses of EntryProperties in org.apache.uima.conceptMapper |
|---|
| Methods in org.apache.uima.conceptMapper with parameters of type EntryProperties | |
|---|---|
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)
|
| Uses of EntryProperties in org.apache.uima.conceptMapper.support.dictionaryResource |
|---|
| Methods in org.apache.uima.conceptMapper.support.dictionaryResource that return EntryProperties | |
|---|---|
EntryProperties |
DictionaryResource_impl.DictEntryImpl.getProperties()
|
EntryProperties |
DictionaryResource.DictEntry.getProperties()
|
EntryProperties |
EntryPropertiesRoot.newEntryProperties()
|
| Methods in org.apache.uima.conceptMapper.support.dictionaryResource with parameters of type EntryProperties | |
|---|---|
void |
DictionaryResource.DictEntriesByLength.putEntry(int length,
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 |
DictionaryResource.DictEntries.putEntry(String[] elements,
String unsorted,
EntryProperties props)
|
void |
DictionaryResource_impl.putEntry(String key,
String[] elements,
String unsorted,
int length,
EntryProperties props)
Create a new dictionary entry. |
void |
DictionaryResource.putEntry(String key,
String[] tokens,
String unsortedEntry,
int length,
EntryProperties props)
|
void |
CompiledDictionaryResource_impl.putEntry(String key,
String[] tokens,
String unsortedEntry,
int length,
EntryProperties props)
|
void |
DictionaryResource_impl.DictEntryImpl.setProperties(EntryProperties properties)
|
void |
DictionaryResource.DictEntry.setProperties(EntryProperties props)
|
| Constructors in org.apache.uima.conceptMapper.support.dictionaryResource with parameters of type EntryProperties | |
|---|---|
DictionaryResource_impl.DictEntryImpl(String[] elements,
String unsorted,
EntryProperties properties)
|
|
EntryProperties(EntryProperties toCopyFrom)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||