Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedupe bindings #32

Closed
wants to merge 8 commits into from
Closed

Conversation

iantabolt
Copy link

@iantabolt iantabolt commented Jun 6, 2018

Partially implements the discussion in #31

This adds support for Dedupe.getInstance().is{Name,HouseNumber,POBox,Unit,Floor,PostalCode}Dupe("x1", "x2") and corresponding isXDupeWithOptions("x1", "x2", dedupeOptions)

I didn't implement the fuzzy or toponym dupe methods yet because they seem a bit more complicated and to be honest I'm not sure I fully understand what those functions do. I think this PR will give a good base to build off of in the future though.

@iantabolt
Copy link
Author

I could be wrong but it looks like CI is failing to run ./libpostal_data download all /home/travis/build/openvenues/jpostal/libpostal/data/libpostal, which I was also having trouble with while developing. I ended up downloading the data directly and running ./configure --disable-data-download to get everything to build locally.

@iantabolt iantabolt closed this Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant