package sentencepiece

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ModelProto

SentencePieceModel.proto:240

ModelProto stores model parameters. SentencePieceProcessor is supposed to be self-contained. All settings/parameters which may change the behavior must be encoded in ModelProto.

message ModelProto.SentencePiece

SentencePieceModel.proto:241

Used in: ModelProto

enum ModelProto.SentencePiece.Type

SentencePieceModel.proto:242

Used in: SentencePiece

message NormalizerSpec

SentencePieceModel.proto:192

NormalizerSpec encodes a various parameters for string normalizaiton

Used in: ModelProto

message SelfTestData

SentencePieceModel.proto:224

Proto to store samples for self-testing.

Used in: ModelProto

message SelfTestData.Sample

SentencePieceModel.proto:225

Used in: SelfTestData

message TrainerSpec

SentencePieceModel.proto:21

TrainerSpec encodes a various parameters for SentencePiece training.

Used in: ModelProto

enum TrainerSpec.ModelType

SentencePieceModel.proto:45

Model type. only have UNIGRAM now.

Used in: TrainerSpec