Packages

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

Current section

Files

Jump to
starfuzz include starfuzz@normalize_Normalizer.hrl
Raw

include/starfuzz@normalize_Normalizer.hrl

-record(normalizer, {
lowercase :: boolean(),
trim :: boolean(),
collapse_whitespace :: boolean(),
remove_punctuation :: boolean(),
replace_punctuation_with_space :: boolean()
}).