Added code to calculate a match score and adjusted test case outputs to match
To support the scoring the ED_DOB was switched from stringdist to stringsim to give a score between 0 and 1 in line with how the other fields were being scored. This also required the match criteria to be amended to reflect the new tolerences for the ED_DOB field.
Merge pull request #12 prior to this
Added code to calculate a match score and adjusted test case outputs to match
To support the scoring the ED_DOB was switched from stringdist to stringsim to give a score between 0 and 1 in line with how the other fields were being scored. This also required the match criteria to be amended to reflect the new tolerences for the ED_DOB field.