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

Function GuessTypeByWord

library/cpp/token/nlptypes.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74NLP_TYPE GuessTypeByWord(const char* w, unsigned len) {
75 return GuessTypeByWordT(w, len);
76}
77
78NLP_TYPE GuessTypeByWord(const wchar16* w, unsigned len) {
79 return GuessTypeByWordT(w, len);

Callers

nothing calls this directly

Calls 1

GuessTypeByWordTFunction · 0.85

Tested by

no test coverage detected