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..

Home Page:https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross build for java 7 and scala 2.11

vickumar1981 opened this issue · comments

Currently, the jar produced is for java 8 and scala 2.12 b/c that's what I'm using.

Should be able to add build flags to compile for java 7 and scala 2.11 as well.

Addressed by cb83aac

v1.0.6 publishes a stringdistance_2.12 artifact for Java 8/scala 2.12 and a stringdistance_2.11 artifact for Java 7/scala 2.11.