| Package | Description |
|---|---|
| net.sf.okapi.common.query |
Helper classes for the translation resources connectors.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
IQuery.next()
Gets the next hit for the last query.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<QueryResult>> |
IQuery.batchQuery(List<TextFragment> fragments)
Starts a batch query for a given list of
TextFragments. |
List<List<QueryResult>> |
IQuery.batchQueryText(List<String> plainTexts)
Starts a batch query for a given list of plain texts.
|
| Modifier and Type | Method and Description |
|---|---|
int |
QueryResult.compareTo(QueryResult other)
This method implements a five way sort on (1) weight (2)
MatchType (3) Score (4) source string match and (5) creation
date. |
Copyright © 2021. All rights reserved.