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
The method Array>>#levenshteinDistanceTo: is never called by any test. Only the ones that are called are the levenshtein methods defined in String class.
The text was updated successfully, but these errors were encountered:
Hi @hernanmd 😄
Does the levenshtein distance can be applied to Arrays with numbers? Like #(1 2 3) distanceTo: #(3 4 5) using: AILevenshteinDistance
Because from what I have been reading this distance algorithm is only applied to Strings.
The method
Array>>#levenshteinDistanceTo:
is never called by any test. Only the ones that are called are the levenshtein methods defined inString
class.The text was updated successfully, but these errors were encountered: