H
Hans List
Hi All,
I'm looking for a Fuzzy Matching algorithm to compare two
sentences, compute the percentage of matching and show the
difference(s).
But I don't have any clue at all on how to program such an
algorithm in VBA.
E.g. I'd like to match these sentences:
(1) Turn the bolt clockwise.
(2) Turn the red bolt clockwise.
Matching: 89%
The word 'red' in the second sentence is marked different.
(e.g. by color).
Thank you very much for pointing me in the right direction!
Hans List
I'm looking for a Fuzzy Matching algorithm to compare two
sentences, compute the percentage of matching and show the
difference(s).
But I don't have any clue at all on how to program such an
algorithm in VBA.
E.g. I'd like to match these sentences:
(1) Turn the bolt clockwise.
(2) Turn the red bolt clockwise.
Matching: 89%
The word 'red' in the second sentence is marked different.
(e.g. by color).
Thank you very much for pointing me in the right direction!
Hans List