LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String similarity

Do you know any functions, packages, addons... for calculating string similarity? (such as Levenshtein distance, etc.)

0 Kudos
Message 1 of 5
(3,574 Views)

I think you have to build these functions on your own..Using string functions available.

See this example of "Levenshtein distance"....

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
Message 2 of 5
(3,566 Views)

See here in the LAVA CR for an implementation of the levenshtein distance.

 

Felix

Message 3 of 5
(3,562 Views)

LAVA version works. gak's VI sometimes doesn't. Compared with PHP's Levenshtein function

0 Kudos
Message 4 of 5
(3,535 Views)

May be, I just gave an example as in how you can use string functions available in labview to fulfill your purpose.Smiley Happy

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 5 of 5
(3,501 Views)