Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dexpand.c966 …bool current_phrase_have_ambiguous = delete_phrases && address_phrase_in_dictionary(phrase, DICTIO… in add_string_alternatives_phrase_option() local
1010 …if (current_phrase_have_edge_ignorable || (current_phrase_have_ambiguous && current_phrase_have_ca… in add_string_alternatives_phrase_option()
1050 …if (current_phrase_have_edge_ignorable || (current_phrase_have_ambiguous && current_phrase_have_ca… in add_string_alternatives_phrase_option()
1096 …ossible_root=%d\n", is_ignorable, is_canonical, is_ambiguous, current_phrase_have_ambiguous, curre… in add_string_alternatives_phrase_option()
1098 … current_phrase_expandable = current_phrase_expandable || current_phrase_have_ambiguous; in add_string_alternatives_phrase_option()
1115 … } else if (is_ignorable && is_canonical && !current_phrase_have_ambiguous) { in add_string_alternatives_phrase_option()
1120 … } else if (is_ignorable && !is_canonical && !is_ambiguous && !current_phrase_have_ambiguous) { in add_string_alternatives_phrase_option()
1124 …} else if (current_phrase_have_ambiguous && (have_non_phrase_word_tokens || is_numeric_component |… in add_string_alternatives_phrase_option()
1126 …ave_possible_root && !current_phrase_have_possible_root)) || (current_phrase_have_ambiguous && (ha… in add_string_alternatives_phrase_option()