Is there an implementation of Levenshtein distance or similar for iphone?

前端 未结 1 760
走了就别回头了
走了就别回头了 2021-01-15 12:29

I want to take a string entered in an iphone app and populate a tableview with strings from a dictionary that are likely correct spellings of the word. I understand levensh

相关标签:
1条回答
  • 2021-01-15 13:19

    In addition to the implementation referenced in the comments, there is also a implementation here which gives you a bit more flexibility and is built for 64bit.

    0 讨论(0)
提交回复
热议问题