Home
last modified time | relevance | path

Searched refs:component_phrase_types (Results 1 – 1 of 1) sorted by relevance

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Daddress_parser.c1213 uint32_t component_phrase_types = types.components; in address_parser_features() local
1224 if (component_phrase_string != NULL && component_phrase_types > 0) { in address_parser_features()
1229 if (component_phrase_types > 0) { in address_parser_features()
1230 …add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_SUBURB, "suburb", componen… in address_parser_features()
1231 …add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_CITY, "city", component_ph… in address_parser_features()
1232 …add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_CITY_DISTRICT, "city_distr… in address_parser_features()
1233 …add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_ISLAND, "island", componen… in address_parser_features()
1235 …add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_STATE, "state", component_… in address_parser_features()
1237 …add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_COUNTRY, "country", compon… in address_parser_features()
1238 …add_phrase_features(features, component_phrase_types, ADDRESS_COMPONENT_WORLD_REGION, "world_regio… in address_parser_features()
[all …]