[parser] lower full-name probability for states
This commit is contained in:
@@ -104,8 +104,8 @@ state_district:
|
|||||||
|
|
||||||
state:
|
state:
|
||||||
# Probability of using full name e.g. New York vs. NY
|
# Probability of using full name e.g. New York vs. NY
|
||||||
full_name_probability: 0.4
|
full_name_probability: 0.25
|
||||||
abbreviated_probability: 0.6
|
abbreviated_probability: 0.75
|
||||||
|
|
||||||
country:
|
country:
|
||||||
# If no country is specified, pull the country name from CLDR (authoratative country names translated into different languages)
|
# If no country is specified, pull the country name from CLDR (authoratative country names translated into different languages)
|
||||||
|
|||||||
Reference in New Issue
Block a user