[addresses] Lower probability of null phrase in Norwegian configs

This commit is contained in:
Al
2016-06-15 16:29:53 +02:00
parent ac22f270bb
commit b622315d0f

View File

@@ -507,7 +507,7 @@ units:
sample_probability: 0.3 sample_probability: 0.3
numeric: numeric:
direction: left direction: left
null_phrase_probability: 0.4 null_phrase_probability: 0.3
# Lejlighed nummer 4 # Lejlighed nummer 4
add_number_phrase: true add_number_phrase: true
add_number_phrase_probability: 0.05 add_number_phrase_probability: 0.05
@@ -541,13 +541,13 @@ units:
numeric_plus_alpha: numeric_plus_alpha:
whitespace_probability: 0.1 whitespace_probability: 0.1
# Separate random probability for adding directions like 2H, 2I, etc. # Separate random probability for adding directions like 2H, 2V, etc.
add_direction: true add_direction: true
add_direction_probability: 0.005 add_direction_probability: 0.005
# Add directions for plain numbers # Add directions for plain numbers
add_direction_numeric: true add_direction_numeric: true
# Add direction only e.g. Lejlighed Igjen # Add direction only e.g. Lejlighed Venstre
add_direction_standalone: true add_direction_standalone: true
# If there are 10 floors, create unit numbers like #301 or #1032 # If there are 10 floors, create unit numbers like #301 or #1032
@@ -555,6 +555,4 @@ units:
# Use the actual floor phrase as long as the whole phrase is numeric # Use the actual floor phrase as long as the whole phrase is numeric
# Has the effect of creating Bolignummer-style units # Has the effect of creating Bolignummer-style units
use_floor_numeric_affix_probability: 0.7
use_floor_affix_floor_num_digits: 2
use_floor_affix_unit_num_digits: 2 use_floor_affix_unit_num_digits: 2