From 366c4995af3018785cf212cf6be386b81e01ac74 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 25 May 2016 00:47:36 -0400 Subject: [PATCH] [parser] lower full-name probability for states --- resources/parser/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/parser/default.yaml b/resources/parser/default.yaml index 12e6a942..93425027 100644 --- a/resources/parser/default.yaml +++ b/resources/parser/default.yaml @@ -104,8 +104,8 @@ state_district: state: # Probability of using full name e.g. New York vs. NY - full_name_probability: 0.4 - abbreviated_probability: 0.6 + full_name_probability: 0.25 + abbreviated_probability: 0.75 country: # If no country is specified, pull the country name from CLDR (authoratative country names translated into different languages)