Updated string-metrics library

I've finished updating the string-metrics library for Stardog 7

https://github.com/semantalytics-stardog/kibbles-string-metric/releases/tag/v2.1.0

No new additions. I'm still not completely sure I like how it's implemented. Some of the algorithms produce metric distances so the complementary distance is trivial to compute so I just chose one, distance vs similarity, to implement. I toyed around having a single function with a flag, 's' or 'd', but I didn't like that. I might add the trivial metric function as well just to be complete. I also might add a datatype so that you can track which one was computed. As it is right now it just returns a double. If anyone has any opinions please let me know.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.