MCPcopy 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
94static bool IsWordChanged(const NTokenizer::TTokenizerOptions& options) {
95 return options.Lemmatizing || options.Lowercasing;
96}
97
98namespace {
99

Callers 3

OnTokenMethod · 0.85
SplitByDelimiterFunction · 0.85
InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected