Home
last modified time | relevance | path

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

/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/linkage/
H A Dsane.c197 err_msg(lg_Debug, "%d<-%zu->%d ", word[w].prev, w, word[w].next); in num_islands()
199 err_msg(lg_Debug, "\n"); in num_islands()
233 err_msg(lg_Debug, "Island count %d: ", inum); in num_islands()
236 err_msg(lg_Debug, "%d ", word[w].inum); in num_islands()
238 err_msg(lg_Debug, "\n"); in num_islands()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/parse/
H A Dparse.c86 err_msg(lg_Debug, "Linkage %p (%zu words): ", lkg, lkg->num_words); in print_chosen_disjuncts_words()
102 err_msg(lg_Debug, "%s\n", djwbuf->str); in print_chosen_disjuncts_words()
173 err_msg(lg_Debug, "chosen_disjuncts before:\n\\"); in process_linkages()
183 err_msg(lg_Debug, "chosen_disjuncts after:\n\\"); in process_linkages()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/post-process/
H A Dconstituents.c116 err_msg(lg_Debug, " c %2d %4s [%c] (%2zu-%2zu): ", in print_constituent()
120 err_msg(lg_Debug, "%s ", linkage->word[w]); /**PV**/ in print_constituent()
122 err_msg(lg_Debug, "\n"); in print_constituent()
278 err_msg(lg_Debug, "Larger c found: c %d (%s); ", c2, ctype2); in gen_comp()
279 err_msg(lg_Debug, "Adding constituent:\n\\"); in gen_comp()
291 err_msg(lg_Debug, "No constituent added, because no larger %s" in gen_comp()
341 err_msg(lg_Debug, "Adjusting constituent %d:\n\\", c2); in adjust_subordinate_clauses()
600 err_msg(lg_Debug, "Adding global sentence constituent:\n\\"); in last_minute_fixes()
845 err_msg(lg_Debug, "Constituents added at first stage:\n\\"); in read_constituents_from_domains()
928 err_msg(lg_Debug, "Adjusting %d to fix comma overlap\n", c2); in read_constituents_from_domains()
[all …]
H A Dpost-process.c911 err_msg(lg_Debug, "PP: Saw %zu unique link names in all linkages.\n\\", in prune_irrelevant_rules()
913 err_msg(lg_Debug, "PP: Using %i 'contains one' rules " in prune_irrelevant_rules()
1023 err_msg(lg_Debug, "Used: %d rule: %s\n", set[i].use_count, set[i].msg); in report_rule_use()
1037 err_msg(lg_Debug, "Unused rule: %s\n", set[i].msg); in report_unused_rule()
1051 err_msg(lg_Debug, "PP stats: local_rules_firing=%d\n", pp->n_local_rules_firing); in report_pp_stats()
1054 err_msg(lg_Debug, "\nPP stats: form_a_cycle_rules\n"); in report_pp_stats()
1057 err_msg(lg_Debug, "\nPP stats: contains_one_rules\n"); in report_pp_stats()
1060 err_msg(lg_Debug, "\nPP stats: contains_none_rules\n"); in report_pp_stats()
1063 err_msg(lg_Debug, "\nPP stats: bounded_rules\n"); in report_pp_stats()
1066 err_msg(lg_Debug, "\nPP stats: Rules that were not used:\n"); in report_pp_stats()
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/tokenize/
H A Dwordgraph.c212 err_msg(lg_Debug, "[Word %zu:%s hier_position(hier_depth=%zu): ", in print_hier_position()
219 err_msg(lg_Debug, "(%zu:%s/%zu:%s)", in print_hier_position()
223 err_msg(lg_Debug, "]\n"); in print_hier_position()
/dports/textproc/link-grammar/link-grammar-5.8.0/bindings/perl/
H A Dclinkgrammar.pm207 *lg_Debug = *clinkgrammarc::lg_Debug;
H A Dlg_perl_wrap.cc6433 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1(static_cast< int >(lg_Debug))); in XS()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/
H A Derror.c176 if (lge->severity < lg_Debug) in lg_error_formatmsg()
212 if (((NULL == data) && (lge->severity < lg_Debug)) || in default_error_handler()
H A Dlink-includes.h66 lg_Debug, enumerator
H A DREADME.md127 `lg_Debug` or `lg_Info)`.
/dports/textproc/link-grammar/link-grammar-5.8.0/bindings/python/
H A Dclinkgrammar.py118 lg_Debug = _clinkgrammar.lg_Debug variable
H A Dlg_python_wrap.cc7934 SWIG_Python_SetConstant(d, "lg_Debug",SWIG_From_int(static_cast< int >(lg_Debug))); in SWIG_init()