Talk:Text completion

From Rosetta Code
Revision as of 04:43, 28 July 2020 by Chunes (talk | contribs) (string similarity)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

String similarity

There are many different string similarity algorithms, some of which are detailed here: https://itnext.io/string-similarity-the-basic-know-your-algorithms-guide-3de3d7346227. It looks like the reference Java implementation is using Hamming distance. Maybe the task description should require this, or otherwise clarify what is meant by similarity. --Chunes (talk) 04:42, 28 July 2020 (UTC)