rockymadden / stringmetric

:dart: String metrics and phonetic algorithms for Scala (e.g. Dice/Sorensen, Hamming, Jaccard, Jaro, Jaro-Winkler, Levenshtein, Metaphone, N-Gram, NYSIIS, Overlap, Ratcliff/Obershelp, Refined NYSIIS, Refined Soundex, Soundex, Weighted Levenshtein).
https://rockymadden.com/stringmetric/
486 stars 81 forks source link

cross Compile with Scala 2.9.2 #4

Closed MansurAshraf closed 10 years ago

MansurAshraf commented 11 years ago

Is it possible that you could cross compile this library with Scala 2.9.2? I am stuck on Scala 2.9.2 for foreseeable future and hence on a really old version of String Metric.

I would really appreciate it if you could backport it 2.9.2

Thanks

rockymadden commented 11 years ago

Let me look into how other projects are doing this. I imagine via branches. I simply didn't do it because it was a bit of a pain ;)