Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ HasHyphen
Method
HasHyphen
library/cpp/tokenizer/nlpparserbase.h:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
Subtokens.push_back(subtok);
25
}
26
bool HasHyphen() const {
27
return Hyphen;
28
}
29
void SetHyphen(EHyphenType type) {
30
Y_ASSERT(!Subtokens.empty());
31
Subtokens.back().Hyphen = type;
Callers
1
MakeMultitokenEntry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected