diff --git a/scripts/geodata/addresses/components.py b/scripts/geodata/addresses/components.py index e775ce21..44763e4f 100644 --- a/scripts/geodata/addresses/components.py +++ b/scripts/geodata/addresses/components.py @@ -463,7 +463,7 @@ class AddressComponents(object): values = [] probs = [] - for num_type in (self.ALPHANUMERIC_PHRASE, self.NULL_PHRASE, self.STANDALONE_PHRASE): + for num_type in (self.NULL_PHRASE, self.ALPHANUMERIC_PHRASE, self.STANDALONE_PHRASE): key = '{}_probability'.format(num_type) prob = prob_dist.get(key) if prob is not None: