Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ResetTokens
Method
ResetTokens
library/cpp/tokenizer/nlpparserbase.h:231–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
SuffixChar = 0;
230
}
231
void ResetTokens() {
232
Tokens.resize(1);
233
Current = &Tokens[0];
234
Current->Reset();
235
}
236
void SetSoftHyphen() {
237
Current->SetHyphen(HYPHEN_SOFT);
238
}
Callers
3
ProcessMultitoken
Method · 0.80
ProcessSurrogatePairs
Method · 0.80
ProcessIdeographs
Method · 0.80
Calls
2
resize
Method · 0.45
Reset
Method · 0.45
Tested by
no test coverage detected