MCPcopy Create free account
hub / github.com/creatale/node-dv / IsTerminalPunct

Function IsTerminalPunct

deps/tesseract/ccmain/paragraphs.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205bool IsTerminalPunct(int ch) {
206 return strchr(":'\".?!]})", ch) != NULL;
207}
208
209// Return a pointer after consuming as much text as qualifies as roman numeral.
210const char *SkipChars(const char *str, const char *toskip) {

Callers 2

LeftWordAttributesFunction · 0.85
RightWordAttributesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected