Etymology and Wikidata: remove street-type prefix from Italian addresses #2616

Merged
pietervdvn merged 2 commits from AlessioMela/MapComplete:develop into develop 2026-01-03 00:39:55 +00:00
Contributor

This pull request adds a dictionary used to remove street-type prefixes (e.g. Via, Piazza, Viale) from Italian addresses in the Etymology layer for the Wikidata reconciliation suggester.
Thank you for your work on this project, this is my first contribution to this repository. Please let me know if there is anything else I should do.

This pull request adds a dictionary used to remove street-type prefixes (e.g. Via, Piazza, Viale) from Italian addresses in the Etymology layer for the Wikidata reconciliation suggester. Thank you for your work on this project, this is my first contribution to this repository. Please let me know if there is anything else I should do.
added prefix to be removed in Italian
Some checks failed
/ deploy_on_hosted (pull_request) Failing after 1m48s
ea3f8248fa
@ -202,2 +202,4 @@
"stade (des |de la |de l'|de |du |d')?",
"villa (des |de la |de l'|de |du |d')?"
],
it : [
Owner

There should be " around the it as well for this to be valid JSON.

There should be `"` around the `it` as well for this to be valid JSON.
pietervdvn left a comment
Owner

Looks great, except for a small syntax error. There should be a " around the it as well for this to be a valid JSON file, but that is the only thing that is wrong with it.

Looks great, except for a small syntax error. There should be a `"` around the `it` as well for this to be a valid JSON file, but that is the only thing that is wrong with it.
Fix syntax error
All checks were successful
/ deploy_on_hosted (pull_request) Successful in 27m3s
9bce30e31e
Owner

Nvm, I've fixed it myself as that'll be faster

Nvm, I've fixed it myself as that'll be faster
pietervdvn changed title from WIP: Etymology and Wikidata: remove street-type prefix from Italian addresses to Etymology and Wikidata: remove street-type prefix from Italian addresses 2026-01-03 00:08:26 +00:00

Congratulations! This PR been successfully built and has been deployed. It is (temporarily) available on https://builds.mapcomplete.org/2616

Congratulations! This PR been successfully built and has been deployed. It is (temporarily) available on https://builds.mapcomplete.org/2616
pietervdvn merged commit 0975ba24e0 into develop 2026-01-03 00:39:55 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MapComplete/MapComplete!2616
No description provided.