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

fuzzy string matching library for ruby

Results 10 fuzzy-string-match issues
Sort by recently updated
recently updated
newest added

I'm trying to run the fuzzy-string-match gem on Heroku (i.e. using `FuzzyStringMatch::JaroWinkler.create(:native)`), but getting this error: ``` 2021-01-17T03:06:51.820943+00:00 app[web.1]: gcc: fatal error: cannot execute ‘cc1plus’: execvp: No such file or...

Bumps [rake](https://github.com/ruby/rake) from 12.0.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

This PR changes the build badges to SVG for sharper readability ✨

It is a library which I need. But is it continue to be maintained ?

[ZenTest 4.11.1 incompatiable with rubygems 3.0.1](https://github.com/seattlerb/zentest/issues/69) But, `ZenTest` `4.11.2` is fixed So, please update `ZenTest` version to `4.11.2`

``` jarow = FuzzyStringMatch::JaroWinkler.create( :native ) cc1plus: warning: command line option '-Wdeclaration-after-statement' is valid for C/ObjC but not for C++ cc1plus: warning: command line option '-Wimplicit-function-declaration' is valid for C/ObjC...

This doesn't seem to break anything, but it seemed a bit odd to be in a release... > ld: warning: directory not found for option '-L/Users/mpapis/.sm/pkg/active/lib' From.... ``` >> require...

I found this excellent gem! 💎 It seems like there are a few ruby gems for string matching: - https://github.com/kiyoka/fuzzy-string-match - https://github.com/flori/amatch - https://github.com/GlobalNamesArchitecture/damerau-levenshtein - https://github.com/tonytonyjan/jaro_winkler/ Would it make sense...

When using the native version on Ruby 3.2 using a Mac with Apple Silicon, the following error is thrown: ``` [1] pry(main)> require "fuzzystringmatch" => true [2] pry(main)> jarow =...

When using the native version on Ruby 3.2, the following warning is thrown: ``` [1] pry(main)> require "fuzzystringmatch" => true [2] pry(main)> jarow = FuzzyStringMatch::JaroWinkler.create(:native) In file included from /Users/arice/.ruby_inline/ruby-3.2.0/Inline_FuzzyStringMatch__JaroWinklerInline_b28bdb41b9c5ed658e673cdd79216695.c:1:...