Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
bool IsOpeningPunct(int ch) {
202
return strchr(
"'\"
({[", ch) != NULL;
203
}
204
205
bool IsTerminalPunct(int ch) {
206
return strchr(
":'\"
.?!]})", ch) != NULL;
Callers
2
LeftWordAttributes
Function · 0.85
RightWordAttributes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected