MCPcopy Create free account
hub / github.com/aboSamoor/pycld2 / CLD2_Debug

Function CLD2_Debug

cld2/internal/debug_empty.cc:44–51  ·  view source on GitHub ↗

For showing one chunk Print debug output for one scored chunk Optionally print out per-chunk scoring information In degenerate cases, hitbuffer and cspan can be NULL

Source from the content-addressed store, hash-verified

42// Optionally print out per-chunk scoring information
43// In degenerate cases, hitbuffer and cspan can be NULL
44void CLD2_Debug(const char* text,
45 int lo_offset,
46 int hi_offset,
47 bool more_to_come, bool score_cjk,
48 const ScoringHitBuffer* hitbuffer,
49 const ScoringContext* scoringcontext,
50 const ChunkSpan* cspan,
51 const ChunkSummary* chunksummary) {}
52
53// For showing all chunks
54void CLD2_Debug2(const char* text,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected