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

Function IsOpeningPunct

deps/tesseract/ccmain/paragraphs.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool IsOpeningPunct(int ch) {
202 return strchr("'\"({[", ch) != NULL;
203}
204
205bool IsTerminalPunct(int ch) {
206 return strchr(":'\".?!]})", ch) != NULL;

Callers 2

LeftWordAttributesFunction · 0.85
RightWordAttributesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected