Class EdgeTokenCounter
The ONNX-free construction path for IChunkTokenizer (spec 8.1).
public static class EdgeTokenCounter
- Inheritance
-
EdgeTokenCounter
- Inherited Members
Methods
- CreateWordPiece(Stream, int, bool)
WordPiece over a
vocab.txtstream, for an embedded or asset-packed vocabulary.
- CreateWordPiece(string, int, bool)
WordPiece over a
vocab.txt. bert-base-uncased shape; overhead 2.
- FromTokenizer(Tokenizer, int, int)
Any
Microsoft.ML.Tokenizerstokenizer, with the overhead stated by the caller.