vickumar1981 / stringdistance

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 similarity, Longest common subsequence, Hamming distance, and more..
https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/index.html
Other
78 stars 15 forks source link

Add guidelines for contributing #19

Closed vickumar1981 closed 5 years ago

vickumar1981 commented 5 years ago

Need to add a CONTRIBUTING.md file that outlines:

Alternatively, could include the sbt-launch.jar file in the project, and the only dependency would be having Java 8. (https://github.com/sbt/launcher)

vickumar1981 commented 5 years ago

sbt-launcher.jar is now included in v1.0.8 from: https://github.com/vickumar1981/stringdistance/pull/21

vickumar1981 commented 5 years ago

Addressed by: https://github.com/vickumar1981/stringdistance/pull/27

Will be in 1.0.8