[dictionaries] adding new street_names.txt dictionary and movign all the synonyms to there, generating the new dictionary type in address_dictionaries.py

This commit is contained in:
Al
2018-02-21 22:13:38 -05:00
parent cd7bf81522
commit ab67e0864a
2 changed files with 359 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ gazetteer_types = {
'qualifiers': 'DICTIONARY_QUALIFIER',
'staircases': 'DICTIONARY_STAIRCASE',
'stopwords': 'DICTIONARY_STOPWORD',
'street_names': 'DICTIONARY_STREET_NAME',
'street_types': 'DICTIONARY_STREET_TYPE',
'surnames': 'DICTIONARY_SURNAME',
'synonyms': 'DICTIONARY_SYNONYM',