Sentence Piece Tokenizer
A SentencePiece Tokenizer. This is a subword-tokenizer meaning that it return subword-tokens, e.g. "hey" might end up "h", "ey".
Constructors
Link copied to clipboard
public SentencePieceTokenizer SentencePieceTokenizer(Path modelPath, Path vocabPath)
Content copied to clipboard