stringdistance icon indicating copy to clipboard operation
stringdistance copied to clipboard

A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard si...

Results 16 stringdistance issues
Sort by recently updated
recently updated
newest added

- Upgrade for use with Scala 3 - Scala 3 has new keywords for doing type classes. Old Scala 2 way, should still work, but re-writing for Scala 3 style...

Add implementation and tests for double metaphone: https://en.wikipedia.org/wiki/Metaphone#Double_Metaphone

enhancement
help wanted

- Add a `CHANGELOG.md` file that tracks changes between revisions - Investigate if there's an automated way to do this.

enhancement
help wanted

I think the soundex score has a few variants that can be added, something like a RefinedSoundEx score. https://en.wikipedia.org/wiki/Soundex

enhancement
help wanted

the tests just run a few hard-coded values to makes sure the inputs and outputs match. on top of those surface level tests, i'd like to add the scalamock and...

enhancement
help wanted

Update API documentation for package: com.github.vickumar1981.stringdistance - Update documentation under the root package only. - Documentation page can be viewed here: https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/index.html

enhancement
help wanted

Update documentation for package: com.github.vickumar1981.stringdistance.impl - Documentation can be viewed here: https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/impl/index.html

enhancement
help wanted

Documentation for package can be viewed here: https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/implicits/index.html

enhancement

Documentation can be viewed here: https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/interfaces/index.html

enhancement

Documentation can be viewed here: https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/util/index.html

enhancement
help wanted