Hi, I have a table where two columns can contain similar or different values, and I would like to identify rows where the two values are similar, ideally ranking similarity.
example
FIRST EXAMPLE first example --> match
SECOND EXAMPLE A Second Example --> very similar
THIRD EXAMPLE A third bad example --> quite similar
FOURTH EXAMPLE WOOOOOOOOOO --> No match
I've tried applying phonetic transformations (metaphone, metaphone3) but in my case it really works when there is a match.
Can you suggest an approach to that problem with Openrefine? Is there a unction able to calculate - for example - a distance (like Levensthein)?
Many thanks
Franco