| Package | Description |
|---|---|
| net.sf.okapi.tm.pensieve.common | |
| net.sf.okapi.tm.pensieve.seeker |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
TranslationUnit.getMetadata()
Gets the metadata or attributes for this TU
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranslationUnit.setMetadata(Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
List<TmHit> |
ITmSeeker.searchExact(TextFragment query,
Metadata metadata)
Get a list of exact matches for a given text fragment, taking inline codes in account.
|
List<TmHit> |
PensieveSeeker.searchExact(TextFragment query,
Metadata metadata) |
List<TmHit> |
ITmSeeker.searchFuzzy(TextFragment query,
int threshold,
int maxHits,
Metadata metadata)
Get a list of fuzzy matches for a given text fragment, taking inline codes in account.
|
List<TmHit> |
PensieveSeeker.searchFuzzy(TextFragment query,
int threshold,
int max,
Metadata metadata)
Search for exact and fuzzy matches
|
List<TmHit> |
ITmSeeker.searchSimpleConcordance(String query,
int threshold,
int maxHits,
Metadata metadata)
Get a list of concordance matches (without position offsets) for a given text string.
|
List<TmHit> |
PensieveSeeker.searchSimpleConcordance(String query,
int threshold,
int max,
Metadata metadata) |
Copyright © 2019. All rights reserved.