MCPcopy Create free account
hub / github.com/catboost/catboost / SetTokenDelim

Method SetTokenDelim

library/cpp/tokenizer/nlpparserbase.h:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 Current->SetHyphen(HYPHEN_ORDINARY);
241 }
242 void SetTokenDelim(ETokenDelim delim, wchar16 /*c*/) {
243 Current->SetTokenDelim(delim);
244 }
245};

Callers

nothing calls this directly

Calls 1

SetTokenDelimMethod · 0.45

Tested by

no test coverage detected