Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Reset
Method
Reset
library/cpp/tokenizer/nlpparserbase.h:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
lasttok.TokenDelim = TOKDELIM_NULL;
123
}
124
void Reset() {
125
Subtokens.clear();
126
NlpType = NLP_WORD;
127
Hyphen = false;
128
}
129
};
130
131
// represents collection of multitokens in TNlpParser
Callers
1
ResetTokens
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected