[formatting] Adding Danish config to formatter and adjusting continental European template insertions
This commit is contained in:
@@ -146,54 +146,51 @@ languages:
|
|||||||
# e.g. Calle Ruiz de Alarcón 23 piso 3
|
# e.g. Calle Ruiz de Alarcón 23 piso 3
|
||||||
level_after_house_number:
|
level_after_house_number:
|
||||||
after: house_number
|
after: house_number
|
||||||
probability: 0.8
|
probability: 0.95
|
||||||
# e.g. Piso 3, Museo del Prado, Calle Ruiz de Alarcón 23
|
# e.g. Piso 3, Museo del Prado, Calle Ruiz de Alarcón 23
|
||||||
level_before_house:
|
level_before_house:
|
||||||
before: house
|
before: house
|
||||||
probability: 0.1
|
probability: 0.03
|
||||||
# e.g. Museo del Prado, Bajos, Calle Ruiz de Alarcón 23
|
# e.g. Museo del Prado, Bajos, Calle Ruiz de Alarcón 23
|
||||||
level_before_road:
|
level_before_road:
|
||||||
before: road
|
before: road
|
||||||
probability: 0.1
|
probability: 0.02
|
||||||
|
|
||||||
conditional:
|
conditional:
|
||||||
- component: staircase
|
- component: staircase
|
||||||
probabilities:
|
probabilities:
|
||||||
# default: 0.1
|
|
||||||
level_after_staircase:
|
level_after_staircase:
|
||||||
after: staircase
|
after: staircase
|
||||||
probability: 0.9
|
probability: 0.99
|
||||||
- component: entrance
|
- component: entrance
|
||||||
probabilities:
|
probabilities:
|
||||||
# default: 0.1
|
|
||||||
level_after_entrance:
|
level_after_entrance:
|
||||||
after: entrance
|
after: entrance
|
||||||
probability: 0.9
|
probability: 0.99
|
||||||
- component: building
|
- component: building
|
||||||
probabilities:
|
probabilities:
|
||||||
# default: 0.1
|
|
||||||
level_after_building:
|
level_after_building:
|
||||||
after: building
|
after: building
|
||||||
probability: 0.9
|
probability: 0.99
|
||||||
|
|
||||||
unit:
|
unit:
|
||||||
unit_before_house:
|
unit_before_house:
|
||||||
before: house
|
before: house
|
||||||
probability: 0.2
|
probability: 0.1
|
||||||
unit_after_house_number:
|
unit_after_house_number:
|
||||||
after: house_number
|
after: house_number
|
||||||
probability: 0.7
|
probability: 0.8
|
||||||
unit_before_road:
|
unit_before_road:
|
||||||
before: road
|
before: road
|
||||||
probability: 0.1
|
probability: 0.1
|
||||||
conditional:
|
conditional:
|
||||||
- component: level
|
- component: level
|
||||||
probabilities:
|
probabilities:
|
||||||
# default: 0.1
|
# default: 0.02
|
||||||
# e.g. Piso 3 Dpto 12 (most common)
|
# e.g. Piso 3 Dpto 12 (most common)
|
||||||
unit_after_level:
|
unit_after_level:
|
||||||
after: level
|
after: level
|
||||||
probability: 0.85
|
probability: 0.93
|
||||||
# e.g. Apto 6, 2o piso (less common)
|
# e.g. Apto 6, 2o piso (less common)
|
||||||
unit_before_level:
|
unit_before_level:
|
||||||
before: level
|
before: level
|
||||||
@@ -354,6 +351,9 @@ languages:
|
|||||||
nl:
|
nl:
|
||||||
insertions: *continental_european_template_insertions
|
insertions: *continental_european_template_insertions
|
||||||
|
|
||||||
|
da:
|
||||||
|
insertions: *continental_european_template_insertions
|
||||||
|
|
||||||
countries:
|
countries:
|
||||||
# Hungary, e.g. 1075, Budapest Kazinczy utca 14
|
# Hungary, e.g. 1075, Budapest Kazinczy utca 14
|
||||||
hu:
|
hu:
|
||||||
|
|||||||
Reference in New Issue
Block a user