| Package | Description |
|---|---|
| net.sf.okapi.tm.pensieve.common | |
| net.sf.okapi.tm.pensieve.seeker |
| Modifier and Type | Method and Description |
|---|---|
int |
TmHit.compareTo(TmHit other)
This method implements a three way sort on (1) MatchType (2) score (3)
source string.
|
| 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 queryFrag,
int threshold,
int max,
Metadata metadata)
Search for exact and fuzzy matches
|
Copyright © 2021. All rights reserved.