12-07-2010 05:12 AM
Do you know any functions, packages, addons... for calculating string similarity? (such as Levenshtein distance, etc.)
12-07-2010 05:29 AM
I think you have to build these functions on your own..Using string functions available.
See this example of "Levenshtein distance"....
12-07-2010 05:33 AM
12-07-2010 07:30 AM
LAVA version works. gak's VI sometimes doesn't. Compared with PHP's Levenshtein function
12-07-2010 09:39 PM
May be, I just gave an example as in how you can use string functions available in labview to fulfill your purpose.