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

Method GetNlpType

library/cpp/tokenizer/nlpparserbase.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 Subtokens.back().TokenDelim = delim;
37 }
38 NLP_TYPE GetNlpType() const {
39 return NlpType;
40 }
41 size_t GetSubtokenCount() const {
42 return Subtokens.size();
43 }

Callers 2

MakeMultitokenEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected