package lingua

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

enum SerializableLanguage

model.proto:47

SerializableLanguage represents a language that is serialized as a protocol buffer and stored on disk as a binary file. Even though this type is public, it is not meant to be used directly. It is used only internally for serialization and deserialization.

Used in: SerializableLanguageModel

message SerializableLanguageModel

model.proto:26

SerializableLanguageModel represents a statistical language model that is serialized as a protocol buffer and stored on disk as a binary file. Even though this struct is public, it is not meant to be used directly. It is used only internally for serialization and deserialization.

message SerializableNgramSet

model.proto:38

SerializableNgramSet represents a collection of ngrams sharing the same probability within a specific language model that is serialized as a protocol buffer and stored on disk as a binary file. Even though this struct is public, it is not meant to be used directly. It is used only internally for serialization and deserialization.

Used in: SerializableLanguageModel