Initial fork commit
This commit is contained in:
11
resources/boundaries/names/languages/de.yaml
Normal file
11
resources/boundaries/names/languages/de.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Prefixes which can be stripped to normalize a place name
|
||||
prefixes:
|
||||
- stadtteil
|
||||
- stadtbezirk
|
||||
- gemeinde
|
||||
- landkreis
|
||||
- kreis
|
||||
- grenze
|
||||
- freistaat
|
||||
- regierungsbezirk
|
||||
- gemeindefreies gebiet
|
||||
66
resources/boundaries/names/languages/en.yaml
Normal file
66
resources/boundaries/names/languages/en.yaml
Normal file
@@ -0,0 +1,66 @@
|
||||
# Prefixes which can be stripped to normalize a place name
|
||||
# Note these will be stripped off the front at random, not every time
|
||||
prefixes:
|
||||
- city of
|
||||
- city and borough of
|
||||
- city and county of
|
||||
- township of
|
||||
- town of
|
||||
- regional municipality of
|
||||
- district municipality of
|
||||
- rural city of
|
||||
- municipality of
|
||||
- borough of
|
||||
- london borough of
|
||||
- royal borough of
|
||||
- shire of
|
||||
- parish of
|
||||
- free state of
|
||||
- autonomous city of
|
||||
- territorial waters of
|
||||
- county of
|
||||
- county
|
||||
|
||||
# Suffixes which can be stripped to normalize a place name
|
||||
suffixes:
|
||||
- township
|
||||
- municipality
|
||||
- local municipality
|
||||
- metropolitan municipality
|
||||
- district municipality
|
||||
- regional municipality
|
||||
- cp
|
||||
- civil parish
|
||||
- community development council
|
||||
- cdc
|
||||
- council
|
||||
- borough council
|
||||
- city council
|
||||
- regional council
|
||||
|
||||
countries:
|
||||
au:
|
||||
prefixes:
|
||||
- district of
|
||||
|
||||
gb:
|
||||
prefixes:
|
||||
- district of
|
||||
|
||||
suffixes:
|
||||
- city
|
||||
|
||||
ie:
|
||||
suffixes:
|
||||
- city
|
||||
- municipal district
|
||||
|
||||
in:
|
||||
prefixes:
|
||||
- district of
|
||||
|
||||
nz:
|
||||
prefixes:
|
||||
- district of
|
||||
suffixes:
|
||||
- city
|
||||
10
resources/boundaries/names/languages/es.yaml
Normal file
10
resources/boundaries/names/languages/es.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
prefixes:
|
||||
# Note: "ciudad de" should not be included as it's part of proper names
|
||||
- colonia
|
||||
- municipio nuestra senora de
|
||||
|
||||
prefixes_similarity_only:
|
||||
- ciudad de
|
||||
|
||||
suffixes:
|
||||
- colonia
|
||||
5
resources/boundaries/names/languages/fr.yaml
Normal file
5
resources/boundaries/names/languages/fr.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
prefixes:
|
||||
- commune de
|
||||
|
||||
suffixes:
|
||||
- (eaux territoriales)
|
||||
37
resources/boundaries/names/languages/ja.yaml
Normal file
37
resources/boundaries/names/languages/ja.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
prefixes:
|
||||
- ōaza
|
||||
- ō-aza
|
||||
- oaza
|
||||
- aza
|
||||
- koaza
|
||||
|
||||
suffixes:
|
||||
- ken
|
||||
- to
|
||||
- dō
|
||||
- do
|
||||
- fu
|
||||
- gun
|
||||
- shi
|
||||
- machi
|
||||
- chō
|
||||
- cho
|
||||
- mura
|
||||
- ku
|
||||
- aza
|
||||
- oaza
|
||||
- koaza
|
||||
|
||||
suffixes_no_whitespace:
|
||||
- 県 # ken
|
||||
- 都 # to
|
||||
- 道 # dō
|
||||
- 府 # fu
|
||||
- 郡 # gun
|
||||
- 市 # shi
|
||||
- 町 # machi
|
||||
- 村 # mura
|
||||
- 区 # ku
|
||||
- 字 # aza
|
||||
- 大字 # ōaza
|
||||
- 小字 # koaza
|
||||
Reference in New Issue
Block a user