Hello!
Has anyone been able to try the concept of 'Fuzzy Matching' (
https://en.wikipedia.org/wiki/Fuzzy_matching_(computer-assisted_translation) ) by using Blue Prism? I was thinking of creating a VBO specifically for this but find it hard to know where to begin. I read this concept could be used as suggested by Blue Prism's "Increasing Data Quality" data sheet (see documentation). Here's the exact info given in the pdf:
Fuzzy match translation
Data can be corrected or translated using €œfuzzy match€ requirements, provided there is a clear rule for doing so. For example, location names can be corrected using techniques borrowed from spell-checking algorithms to identify the closest match from a €œdictionary€ of approved values. For example, using a €œLevenstein Distance€ calculation the following corrections might be made:
ï‚· €œSollihull hospital€ becomes €œSolihull Hospital€ (corrected the double €œL€ and the capitalisation of €œH€)
ï‚· €œBlue Prism€ becomes €œBlue Prism Limited€
So my question is: has anyone done something like this before? Is this done by writing our own Visual Basic code, using a VBO, using a separate program, ... ?
Thanks for any info related to this subject!
Sébastien