Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dtrie_search.h46 char *cstring_array_get_phrase(cstring_array *str, char_array *phrase_tokens, phrase_t phrase);
H A Daddress_parser.c893 …phrase_string = cstring_array_get_phrase(context->normalized, long_context ? context->long_context… in word_or_phrase_at_index()
906 …phrase_string = cstring_array_get_phrase(context->normalized_admin, long_context ? context->long_c… in word_or_phrase_at_index()
1178 phrase_string = cstring_array_get_phrase(context->normalized, phrase_tokens, phrase); in address_parser_features()
1203 …component_phrase_string = cstring_array_get_phrase(context->normalized_admin, component_phrase_tok… in address_parser_features()
H A Dtrie_search.c837 inline char *cstring_array_get_phrase(cstring_array *str, char_array *phrase_tokens, phrase_t phras… in cstring_array_get_phrase() function