I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Programming » C/C++ »

Approximate string match library in c++?

farukhcasy2\′s Photo
8 Apr 20, 6:55AM
Approximate string match library in c++?
Hi, I was curious if there is already around a modern library for approximate string matching in c++

The use case would be catching potential typos in string input parameters and providing the user with an error message with the closest matching suggestion coming from a list of already existing strings.

(if not we might try to roll our own.

Thanks!

Currently you need to be logged in to leave a message.