Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsWordChanged
Function
IsWordChanged
library/cpp/text_processing/tokenizer/tokenizer.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
static bool IsWordChanged(const NTokenizer::TTokenizerOptions& options) {
95
return options.Lemmatizing || options.Lowercasing;
96
}
97
98
namespace {
99
Callers
3
OnToken
Method · 0.85
SplitByDelimiter
Function · 0.85
Initialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected