The NORANGE modifier is used with HOUSENO to match a house number within a range. For example, assume that ‘86’ is matched to the range 83-87; if the number is within the house number range, it returns a score of 98. Because 86 falls within the range of 83-87, a score of 98 is returned. For this modifier, the parity of the range is not relevant. For example, if the house range is odd (83-87), the matching house number does not need to be odd.
Score |
Description |
---|---|
98 |
If a numeric value is found with a range of numbers, the returned score is 98. |
If fields do not match according to the preceding criteria, these actions are performed. |
|
100 | Remove all leading blanks and characters that are not digits or letters from both strings and left-justify them. Return 100 if there is an exact match. |
Deduct from 100 | Reason for deduction |
– 5 | For character errors (transposition, insertion, mismatch, extra characters at the end of either field after considering insertions). |
– 10 | If the number of character errors is more than 25% of the length of longer field. |
– 25 | If the number of character errors is more than 50% of the length of longer field. |