KkcTrigramDecoder

KkcTrigramDecoder

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── KkcDecoder
        ╰── KkcBigramDecoder
            ╰── KkcTrigramDecoder

Description

Functions

kkc_trigram_decoder_new ()

KkcTrigramDecoder *
kkc_trigram_decoder_new (KkcTrigramLanguageModel *model);

Parameters

model

 

 

Types and Values

KKC_TYPE_TRIGRAM_DECODER

#define KKC_TYPE_TRIGRAM_DECODER (kkc_trigram_decoder_get_type ())

The type for KkcTrigramDecoder.


struct KkcTrigramDecoder

struct KkcTrigramDecoder;

struct KkcTrigramDecoderClass

struct KkcTrigramDecoderClass {
	KkcBigramDecoderClass parent_class;
};

The class structure for KKC_TYPE_TRIGRAM_DECODER. All the fields in this structure are private and should never be accessed directly.

Members