Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Daddress_parser.c1565 char *right_context_word = right_context_word_or_phrase.str; in address_parser_features() local
1594 …right_context_affix = phrase_suffix(right_context_word, strlen(right_context_word_pre_norm), right… in address_parser_features()
1598 …right_context_affix = phrase_prefix(right_context_word, strlen(right_context_word_pre_norm), right… in address_parser_features()
1603 …add(features, 3, "first word unknown+street phrase right", relation_to_number, right_context_word); in address_parser_features()
1610 …_add(features, 3, "first word unknown+venue phrase right", relation_to_number, right_context_word); in address_parser_features()
1617 …ure_array_add(features, 2, "first word unknown+number+ambiguous phrase right", right_context_word); in address_parser_features()
1634 …_array_add(features, 3, "first word unknown+number right", relation_to_phrase, right_context_word); in address_parser_features()