Multiple inconsistent street type faults
Open
api
enhancement
geocoder
geocoder parser
low priority
- Dominant language
- Java
- Stars
- 17
- Forks
- 7
- Avg merge
- 10h 2m
- Merged PRs (30d)
- 15
Description
Bad matches can get good scores. For example:
1175 king st nanaimo bc
matches to:
1175 St. Patrick Cres, Nanaimo, BC
with a score of 94 and the following faults:
[STREET_NAME.partialMatch:1, STREET_TYPE.notMatched:3, STREET_TYPE.spelledWrong:1, STREET_TYPE.notPrefix:0]
We might be able to further reduce the score by penalizing multiple faults about the same street element, in this case, STREET_TYPE; or penalizing a street name partialMatch that occurs with faults on other street name elements.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.