[expansion] The ambiguous expansions dictionary shouldn't add to the component bitset

This commit is contained in:
Al
2015-12-07 20:36:56 -05:00
parent d35f519629
commit cbe5cd7429

View File

@@ -1,7 +1,7 @@
// Only need these for the in-memory dictionaries
gazetteer_t gazetteer_config[] = {
{DICTIONARY_ACADEMIC_DEGREE, ADDRESS_NAME},
{DICTIONARY_AMBIGUOUS_EXPANSION, ADDRESS_ANY},
{DICTIONARY_AMBIGUOUS_EXPANSION, ADDRESS_NONE},
{DICTIONARY_BUILDING_TYPE, ADDRESS_NAME | ADDRESS_HOUSE_NUMBER | ADDRESS_STREET | ADDRESS_UNIT},
{DICTIONARY_COMPANY_TYPE, ADDRESS_NAME},
{DICTIONARY_CONCATENATED_PREFIX_SEPARABLE, ADDRESS_STREET},