Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dtrie_search.h36 bool trie_search_tokens_with_phrases(trie_t *self, char *text, token_array *tokens, phrase_array **…
H A Dgeodb.c185 return trie_search_tokens_with_phrases(geodb->names, str, tokens, phrases); in search_geodb_tokens_with_phrases()
H A Dtrie_search.c464 inline bool trie_search_tokens_with_phrases(trie_t *self, char *str, token_array *tokens, phrase_ar… in trie_search_tokens_with_phrases() function
470 if (!trie_search_tokens_with_phrases(self, str, tokens, &phrases)) { in trie_search_tokens()
H A Daddress_parser.c798 …bool have_component_phrases = trie_search_tokens_with_phrases(parser->phrases, normalized_str_admi… in address_parser_context_fill()
816 …bool have_postal_code_phrases = trie_search_tokens_with_phrases(parser->postal_codes, normalized_s… in address_parser_context_fill()