Tamil Selvan
Tamil Selvan
Created a new package called pypostalwin as the libpostal windows installation still has open issues and the official supported python binding is not working in windows and open issue which...
``` compareModule = rl.Compare() compareModule.string('FullName', 'FullName', method='jarowinkler', threshold=0.95, label='FullName') compareModule.string('FullAddress', 'FullAddress', threshold=0.85, label='FullAddress', method='jarowinkler') compareModule.exact('DOB', 'DOB', label='DOB', missing_value=0.5) compareModule.exact('Phone', 'Phone', label='Phone', missing_value=0.5) compareModule.exact('Email', 'Email', label='Email', missing_value=0.5) ``` I am trying...