[addresses] adding function to generate phrases for addr:conscriptionnumber in OSM, e.g. č.p. 123 in the Czech Republic
This commit is contained in:
@@ -49,6 +49,18 @@ and:
|
||||
sample: true
|
||||
sample_probability: 0.05
|
||||
|
||||
conscription_numbers:
|
||||
alphanumeric:
|
||||
default:
|
||||
canonical: číslo popisné
|
||||
abbreviated: "č.p."
|
||||
canonical_probability: 0.05
|
||||
abbreviated_probability: 0.85
|
||||
sample: true
|
||||
sample_probability: 0.1
|
||||
numeric:
|
||||
direction: left
|
||||
|
||||
cross_streets:
|
||||
and: *a
|
||||
at: &na
|
||||
|
||||
@@ -68,6 +68,17 @@ house_numbers:
|
||||
|
||||
alphanumeric_phrase_probability: 0.0001
|
||||
|
||||
conscription_numbers:
|
||||
alphanumeric:
|
||||
default:
|
||||
canonical: konskriptionsnummer
|
||||
abbreviated: konskr. nr
|
||||
canonical_probability: 0.15
|
||||
abbreviated_probability: 0.65
|
||||
sample: true
|
||||
sample_probability: 0.2
|
||||
numeric:
|
||||
direction: left
|
||||
|
||||
and:
|
||||
default: &und
|
||||
|
||||
@@ -50,6 +50,18 @@ and:
|
||||
sample: true
|
||||
sample_probability: 0.05
|
||||
|
||||
conscription_numbers:
|
||||
alphanumeric:
|
||||
default:
|
||||
canonical: súpisné číslo
|
||||
abbreviated: s.č.
|
||||
canonical_probability: 0.05
|
||||
abbreviated_probability: 0.85
|
||||
sample: true
|
||||
sample_probability: 0.1
|
||||
numeric:
|
||||
direction: left
|
||||
|
||||
cross_streets:
|
||||
and: *a
|
||||
at: &na
|
||||
|
||||
Reference in New Issue
Block a user