You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm just getting started with string similarity processing.
In my application, I need to compare short-ish strings of length 25-300 characters, and I need the 'distance between any two' metric to reward things like:
Proportion of each string which is shared substrings, and
Sizes of shared substrings, especially relative to the lengths of the strings being compared
Any suggestions, among the wealth of algorithms and modes supported in this package?
Cheers
David
The text was updated successfully, but these errors were encountered:
Hi there, I'm just getting started with string similarity processing.
In my application, I need to compare short-ish strings of length 25-300 characters, and I need the 'distance between any two' metric to reward things like:
Any suggestions, among the wealth of algorithms and modes supported in this package?
Cheers
David
The text was updated successfully, but these errors were encountered: