We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Road name is replaced with suburb name, unless there is a comma after the suburb for some cases where there are multiple matches to the road name:
This is not completely consistent as main road claremont western cape results in the error, but not main road observatory western cape
main road claremont western cape
main road observatory western cape
Error example:
Peak rd vredehoek western cape or Peak rd, vredehoek western cape gives
Peak rd vredehoek western cape
Peak rd, vredehoek western cape
{ "id": "fddc25ba-a9d2-47c5-b36c-1dc1de370b7f", "results": [ { "confidence": 1, "scrubbed_value": "Peak rd vredehoek western cape, South Africa", "scrubber_id": "BasicScrubber" }, { "confidence": 0.6, "scrubbed_value": "VREDEHOEK RD VREDEHOEK CAPE TOWN", "scrubber_id": "PhdcScrubber" } ], "timestamp": "2020-09-30T14:23:24.629922+02:00" }
while
Peak rd, vredehoek, western cape or Peak rd vredehoek, western cape gives
Peak rd, vredehoek, western cape
Peak rd vredehoek, western cape
{ "id": "b4c21817-0655-47c4-a28d-1cd5a383b63e", "results": [ { "confidence": 1, "scrubbed_value": "Peak rd, vredehoek, western cape, South Africa", "scrubber_id": "BasicScrubber" }, { "confidence": 0, "scrubbed_value": "PEAK RD, VREDEHOEK, WESTERN CAPE", "scrubber_id": "PhdcScrubber" } ], "timestamp": "2020-09-30T14:24:37.283570+02:00" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Road name is replaced with suburb name, unless there is a comma after the suburb for some cases where there are multiple matches to the road name:
This is not completely consistent as
main road claremont western cape
results in the error, but notmain road observatory western cape
Error example:
Peak rd vredehoek western cape
orPeak rd, vredehoek western cape
giveswhile
Peak rd, vredehoek, western cape
orPeak rd vredehoek, western cape
givesThe text was updated successfully, but these errors were encountered: