Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dexpand.c985 bool skip_edge_phrase = false; in add_string_alternatives_phrase_option() local
998 skip_edge_phrase = true; in add_string_alternatives_phrase_option()
1001 if (!skip_edge_phrase || !have_non_phrase_tokens) { in add_string_alternatives_phrase_option()
1009 skip_edge_phrase = false; in add_string_alternatives_phrase_option()
1036 skip_edge_phrase = true; in add_string_alternatives_phrase_option()
1040 if (!skip_edge_phrase || !have_non_phrase_tokens) { in add_string_alternatives_phrase_option()
1049 skip_edge_phrase = false; in add_string_alternatives_phrase_option()
1072 skip_edge_phrase = true; in add_string_alternatives_phrase_option()
1076 if (skip_edge_phrase) { in add_string_alternatives_phrase_option()
1108 log_debug("skip_edge_phrase = %d\n", skip_edge_phrase); in add_string_alternatives_phrase_option()
[all …]