Closed SpaceCowboyMax closed 2 years ago
:+1: @SpaceCowboyMax I can confirm that this is broken after the code was refactored for using generalized arrays. Working on a fix. Thanks for reporting the issue and specifically where the bug is.
@SpaceCowboyMax published a 1.2.7
release that should be syncing up on maven central shortly which should fix the issue. Also released a 1.2.8-SNAPSHOT
that can be used in the meantime, if you want to use the snapshot repository.
Let me know if that addresses the issue, and again, thanks for catching that and reporting the issue.
Thanks, looks like it fixed now
Jaro Winkler algorithm error after 1.1.5 version update
sample code produces different result
version 1.1.5
newer versions
Looks like problem in
getCommonChars
function ofCommonStringDistanceAlgo
interface