[addresses] Updates to Danish sub-building config
This commit is contained in:
@@ -116,6 +116,11 @@ levels:
|
|||||||
canonical_probability: 0.3
|
canonical_probability: 0.3
|
||||||
abbreviated_probability: 0.6
|
abbreviated_probability: 0.6
|
||||||
sample_probability: 0.1
|
sample_probability: 0.1
|
||||||
|
stueetage: &stueetage
|
||||||
|
canonical: stueetage
|
||||||
|
sample: true
|
||||||
|
canonical_probability: 0.3
|
||||||
|
sample_probability: 0.7
|
||||||
kaelderen: &kaelderen
|
kaelderen: &kaelderen
|
||||||
canonical: kælderen
|
canonical: kælderen
|
||||||
abbreviated: kl
|
abbreviated: kl
|
||||||
@@ -127,9 +132,9 @@ levels:
|
|||||||
numeric:
|
numeric:
|
||||||
direction: right
|
direction: right
|
||||||
direction_probability: 0.8
|
direction_probability: 0.8
|
||||||
# e.g. 1kl
|
# e.g. k1
|
||||||
numeric_affix:
|
numeric_affix:
|
||||||
affix: kl
|
affix: k
|
||||||
direction: left
|
direction: left
|
||||||
# e.g. 1. kl
|
# e.g. 1. kl
|
||||||
ordinal:
|
ordinal:
|
||||||
@@ -147,6 +152,10 @@ levels:
|
|||||||
default: *kaelderen
|
default: *kaelderen
|
||||||
"0":
|
"0":
|
||||||
default: *stuen
|
default: *stuen
|
||||||
|
probability: 0.9
|
||||||
|
alternatives:
|
||||||
|
- alternative: *stueetage
|
||||||
|
probability: 0.1
|
||||||
|
|
||||||
numbering_starts_at: 0
|
numbering_starts_at: 0
|
||||||
|
|
||||||
@@ -414,17 +423,20 @@ staircases:
|
|||||||
sample_probability: 0.1
|
sample_probability: 0.1
|
||||||
numeric:
|
numeric:
|
||||||
direction: left
|
direction: left
|
||||||
trapper: &trapper
|
trappe: &trappe
|
||||||
canonical: trapper
|
canonical: trappe
|
||||||
|
sample: true
|
||||||
|
canonical_probability: 0.9
|
||||||
|
sample_probability: 0.1
|
||||||
numeric:
|
numeric:
|
||||||
direction: left
|
direction: left
|
||||||
|
|
||||||
alphanumeric: &staircase_alphanumeric
|
alphanumeric: &staircase_alphanumeric
|
||||||
default: *stiege
|
default: *trappe
|
||||||
probability: 0.6
|
probability: 0.8
|
||||||
alternatives:
|
alternatives:
|
||||||
- alternative: *trapper
|
- alternative: *stiege
|
||||||
probability: 0.4
|
probability: 0.2
|
||||||
numeric_probability: 0.75
|
numeric_probability: 0.75
|
||||||
alpha_probability: 0.2
|
alpha_probability: 0.2
|
||||||
numeric_plus_alpha_probability: 0.025
|
numeric_plus_alpha_probability: 0.025
|
||||||
|
|||||||
Reference in New Issue
Block a user