Hi,
Could any body help me name change score pattern for between two names .
The name change score is the ratio of the number of character changes to a name to the length of the name. The default value is 0 if no name change is detected, and 100 is the highest possible value. The higher the name change score, the more significant
the change. If a name change occurred, the following method will be used to calculate the change.
1) The numerator of the name change score represents the number of character changes. The value of the numerator is 0 if no changes occurred, otherwise, use the following method –
To calculate the numerator
If at least 1 common string exists
Find the maximum number of position a common string/letter has shifted (MCSS)
Note – when the same common string appears in the name multiple times, compare the string position with the same occurrence.
Go to the complete details ...