strsim-rs icon indicating copy to clipboard operation
strsim-rs copied to clipboard

Feature suggestion: Postgres-style trigram similarity

Open ijt opened this issue 4 years ago • 1 comments

I've gotten good results in the past by using the string similarity defined in the Postgres pg_trgm extension.

I have an implementation for it in Rust and was thinking of releasing it as a standalone crate, but maybe it would make more sense to add it here. What do you think?

ijt avatar Oct 03 '19 01:10 ijt

Hi! That sounds interesting. Do you think you would need to pull in any other crates to implement it?

dguo avatar Oct 10 '19 12:10 dguo