fuzzywuzzy icon indicating copy to clipboard operation
fuzzywuzzy copied to clipboard

Java fuzzy string matching implementation of the well known Python's fuzzywuzzy algorithm. Fuzzy search for Java

Results 18 fuzzywuzzy issues
Sort by recently updated
recently updated
newest added

Hello, We at Synthesized LTD really like your library and would like to use it in production. However, the license is too restrictive for us. Do you mind changing it...

I am trying to use this library for my android studio project. But I am facing this issue. ``` Could not find me.xdrop:fuzzywuzzy:1.3.0. Required by: project :app Search in build.gradle...

Here is the example where I was stuck. The python implemention gets 22, and the java implementation gets 23: ```python fuzz.token_set_ratio( "Vêndo ou troco por outro carro pode ser atrasado...

hi, I am using this library for a small set of data that has 10k records. But for some strings, I am getting results in the wrong order. for list...

There's a mit version in python Can we have the same for java? The license is the biggest issue i and 90%other developers are facing And the worst thing is...

I got this error while calling FuzzySearch.tokenSortRatio(stringA, stringB) + FuzzySearch.tokenSetRatio(stringA, stringB) stackTrace: java.lang.RuntimeException: java.lang.NoClassDefFoundError: me/xdrop/fuzzywuzzy/FuzzySearch I imported this library as a gradle dependency ` implementation 'me.xdrop:fuzzywuzzy:1.3.1'` It doesn't look like...

This is essentially reopening issue #39, since the introduced fix does not solve the problem, but just makes it work for this explicit example. E.g. ``` FuzzySearch.partialRatio("no", "bnonco"); ``` should...

I am very thankful to the contributors for this Java fuzzy match library with the most popular matching algorithms. Is there a GitHub security scanning performed on this project? I...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies