[dictionaries] Moving intersections to cross streets

This commit is contained in:
Al
2016-04-14 17:53:27 -04:00
parent 2f9a58f37b
commit 410eb0006a
3 changed files with 15 additions and 5 deletions

View File

@@ -72,12 +72,12 @@ gazetteer_types = {
'concatenated_prefixes_separable': 'DICTIONARY_CONCATENATED_PREFIX_SEPARABLE',
'concatenated_suffixes_inseparable': 'DICTIONARY_CONCATENATED_SUFFIX_INSEPARABLE',
'concatenated_suffixes_separable': 'DICTIONARY_CONCATENATED_SUFFIX_SEPARABLE',
'cross_streets': 'DICTIONARY_CROSS_STREET',
'directionals': 'DICTIONARY_DIRECTIONAL',
'elisions': 'DICTIONARY_ELISION',
'entrance': 'DICTIONARY_ENTRANCE',
'given_names': 'DICTIONARY_GIVEN_NAME',
'house_number': 'DICTIONARY_HOUSE_NUMBER',
'intersections': 'DICTIONARY_INTERSECTION',
'level_types_basement': 'DICTIONARY_LEVEL_BASEMENT',
'level_types_mezzanine': 'DICTIONARY_LEVEL_MEZZANINE',
'level_types_numbered': 'DICTIONARY_LEVEL_NUMBERED',