Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Daddress_parser.c877 } address_parser_phrase_t; typedef
883 static address_parser_phrase_t word_or_phrase_at_index(address_parser_t *parser, tokenized_string_t… in word_or_phrase_at_index()
885 address_parser_phrase_t response; in word_or_phrase_at_index()
895 response = (address_parser_phrase_t){ in word_or_phrase_at_index()
908 response = (address_parser_phrase_t){ in word_or_phrase_at_index()
933 response = (address_parser_phrase_t){ in word_or_phrase_at_index()
949 response = (address_parser_phrase_t){ in word_or_phrase_at_index()
958 response = (address_parser_phrase_t){ in word_or_phrase_at_index()
1483address_parser_phrase_t prev_word_or_phrase = word_or_phrase_at_index(parser, tokenized, context, … in address_parser_features()
1508address_parser_phrase_t next_word_or_phrase = word_or_phrase_at_index(parser, tokenized, context, … in address_parser_features()
[all …]