Talk:Text completion

From Rosetta Code

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)

Good point, I have refined the task description and will find resources on algorithms that can be used.
JusC 10:01, 29 July 2020 (UTC)