From 62748b46445f0b07bf5734fed79994dc285dbf76 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 20 Apr 2016 15:56:48 -0400 Subject: [PATCH] [dictionaries] /house_number/house_numbers/ --- .../dictionaries/es/{house_number.txt => house_numbers.txt} | 0 scripts/geodata/address_expansions/address_dictionaries.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/dictionaries/es/{house_number.txt => house_numbers.txt} (100%) diff --git a/resources/dictionaries/es/house_number.txt b/resources/dictionaries/es/house_numbers.txt similarity index 100% rename from resources/dictionaries/es/house_number.txt rename to resources/dictionaries/es/house_numbers.txt diff --git a/scripts/geodata/address_expansions/address_dictionaries.py b/scripts/geodata/address_expansions/address_dictionaries.py index b32cd36c..c8077ce6 100644 --- a/scripts/geodata/address_expansions/address_dictionaries.py +++ b/scripts/geodata/address_expansions/address_dictionaries.py @@ -77,7 +77,7 @@ gazetteer_types = { 'elisions': 'DICTIONARY_ELISION', 'entrances': 'DICTIONARY_ENTRANCE', 'given_names': 'DICTIONARY_GIVEN_NAME', - 'house_number': 'DICTIONARY_HOUSE_NUMBER', + 'house_numbers': 'DICTIONARY_HOUSE_NUMBER', 'level_types_basement': 'DICTIONARY_LEVEL_BASEMENT', 'level_types_mezzanine': 'DICTIONARY_LEVEL_MEZZANINE', 'level_types_numbered': 'DICTIONARY_LEVEL_NUMBERED',