java-string-similarity icon indicating copy to clipboard operation
java-string-similarity copied to clipboard

Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...

Results 13 java-string-similarity issues
Sort by recently updated
recently updated
newest added
trafficstars

Similar to #59 and #19, I decided to make a pure Kotlin port of this library. Although on the server side, Kotlin has compat with Java libraries, I wanted to...

I have not found such perfect package on npm, so, could I translate this package from Java to TypeScript? This is the semi-finished repo. Please look it over: https://github.com/hellojayjay/string-metric Will...

Hi, I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjaymsh/java-string-similarity/builds/191872664 . I believe it is...

Hi Team, Can anyone imagine or already get any problem to use a that lib (RatcliffObershelp specificly) in a Singleton class? My use : ``` import info.debatty.java.stringsimilarity.RatcliffObershelp; public class StringSimilarityCalculator...

This issue was reported to my team's [.NET port](https://github.com/feature23/StringSimilarity.NET/issues/17) of your library but I confirmed that it is an issue here as well. The example on the README shows that...

I am trying to use jaro wrinkler similarity to check colors strings coming from user inputted form against a palette of fixed colors. Using jaro wrinkler similarity, I get these...

SSK is a kernel method for measuring the similarity between strings. Any implementations? Hope to see.