Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ NeedToModifyTokens
Method
NeedToModifyTokens
library/cpp/text_processing/tokenizer/tokenizer.cpp:329–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
bool NTokenizer::TTokenizer::NeedToModifyTokens() const {
330
return NeedToModifyTokensFlag;
331
}
332
333
void NTokenizer::TTokenizer::Save(IOutputStream *stream) const {
334
Options.Save(stream);
Callers
1
Tokenize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected