polars-fuzzy-match icon indicating copy to clipboard operation
polars-fuzzy-match copied to clipboard

Polars extension for fzf-style fuzzy matching

Results 4 polars-fuzzy-match issues
Sort by recently updated
recently updated
newest added

Looking to the [basic example](https://github.com/bnm3k/polars-fuzzy-match/?tab=readme-ov-file#usage): The string list is `['foo', 'foo quz BAR', 'baaarfoo', 'quz']` There you say: > The higher the score, the closer the value is to the...

Coming from #3 , where I tried installation on two different Windows machines. Both of them have now `polars` and `polars-fuzzy-match v. 0.1.3` - On **Python 3.9 machine (Windows 10...

The underlying `nucleo` library that's used for fuzzy matching also has a method for retrieving the indices where the match was found. Add this functionality for those that might need...

enhancement

fuzzy_match_score supports the `normalization` and `case_matching` config options. Add documentation for this options in the README

documentation