Packages

Fuzzy string matching, distance, similarity, ranking, and entity resolution in Gleam

Current section

Files

Jump to
starfuzz include starfuzz@resolver_Resolver.hrl
Raw

include/starfuzz@resolver_Resolver.hrl

-record(resolver, {
scorer :: fun((any(), any()) -> list(starfuzz@rank:component_score())),
threshold :: float(),
confidence_thresholds :: {float(), float()}
}).