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

Only supported starting with Android O

clever-scientist opened this issue · comments

the library id very usefull, but it is only supported starting with Android O (--min-api 26) !

@Ayoubbouziane thanks for reporting the issue. do you know what a good workaround would be?

would using the java 7 version of the jar work with android? stringdistance_2.11 is compiled for java 7.

Not sure there's a good fix. Thanks for letting me know.

More recent versions on maven will only be compiled with Java 8+ support in mind.