MCPcopy Create free account
hub / github.com/tensorflow/tfjs / tokenizer

Method tokenizer

tfjs-layers/src/layers/nlp/models/preprocessor.ts:42–44  ·  view source on GitHub ↗

* The tokenizer used to tokenize strings.

()

Source from the content-addressed store, hash-verified

40 * The tokenizer used to tokenize strings.
41 */
42 get tokenizer() {
43 return this._tokenizer;
44 }
45
46 set tokenizer(value: Tokenizer) {
47 this._tokenizer = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected