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

Add back compatibility with Scala 2.11

vickumar1981 opened this issue · comments

Spark EMR currently still uses the 2.11 compiler.

This commit: 7dfbb76 dropped support for 2.11.

Add back in compatibility with Scala 2.11

Pushed 1.2.3-SNAPSHOT, available for Scala 2.11: https://oss.sonatype.org/content/repositories/snapshots/com/github/vickumar1981/stringdistance_2.11/1.2.3-SNAPSHOT/

Need to test that this works with Scala 2.11 and can merge into master.

Addressed by #51.

Version 1.2.3 should be cross-compiled for Scala 2.11, 2.12, & 2.13.

@mzhao577 Did the 1.2.3 version work for you with Scala 2.11?