Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Are you sure you want hamming-distance instead of a more flexible edit-distance? Commented Aug 15, 2017 at 18:03
  • @Deduplicator Nope! Not sure at all! Sounds like the OP should try several different approaches and see which works best =) (Nice spy, by the way.) Commented Aug 15, 2017 at 18:07
  • Levenshtein distance has worked well for me in the past (Damerau-Levenshtein distance would probably be even better) Commented Aug 15, 2017 at 18:14
  • To be honest I already embrace the view that error handling is part of the control flow and not something to be done because it has to be done, hence my quest for the best modern approach Commented Aug 15, 2017 at 18:49