Properties of a SentencePiece.

interface ISentencePiece {
    piece?: null | string;
    score?: null | number;
    type?: null | sentencepiece.ModelProto.SentencePiece.Type;
}

Implemented by

Properties

Properties

piece?: null | string

SentencePiece piece

score?: null | number

SentencePiece score

SentencePiece type