tdebatty / java-string-similarity

Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
Other
2.69k stars 413 forks source link

There is no such package on npm, and I am trying to do this! #59

Open hellojayjay opened 3 years ago

hellojayjay commented 3 years ago

I have not found such perfect package on npm, so, could I translate this package from Java to TypeScript?

This is the semi-finished repo. Please look it over: https://github.com/hellojayjay/string-metric

Will you allow me to do so?

hellojayjay commented 3 years ago

@tdebatty

tdebatty commented 3 years ago

Hi @hellojayjay ! Thank you for your message!

Of course, you are free to translate!

Don't hesitate to keep me posted. I might use your work as wel :-)

Best regards!