CandidateBakeoff

Selects the best match from multiple candidates.

When multiple candidates are found by CandidateSearchers but none are confident, a bakeoff can compare them and select the best match.

See also

for an LLM-based implementation

Inheritors

Functions

Link copied to clipboard
abstract fun selectBestMatch(suggested: SuggestedEntity, candidates: List<<Error class: unknown class><<Error class: unknown class>>>, sourceText: String? = null): <Error class: unknown class>?

Select the best matching candidate from a list.