[names] Adding name affix normalizations to a YAML config
This commit is contained in:
15
resources/boundaries/names/languages/en.yaml
Normal file
15
resources/boundaries/names/languages/en.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Prefixes which can be stripped to normalize a place name
|
||||
prefixes:
|
||||
- city of
|
||||
- township of
|
||||
- regional municipality of
|
||||
- rural city of
|
||||
- municipality of
|
||||
- borough of
|
||||
- london borough of
|
||||
- shire of
|
||||
|
||||
# Suffixes which can be stripped to normalize a place name
|
||||
suffixes:
|
||||
- township
|
||||
- municipality
|
||||
7
resources/boundaries/names/languages/es.yaml
Normal file
7
resources/boundaries/names/languages/es.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
prefixes:
|
||||
# Note: "ciudad de" should not be included as it's part of proper names
|
||||
- colonia
|
||||
|
||||
|
||||
suffixes:
|
||||
- colonia
|
||||
Reference in New Issue
Block a user