| Top |
| #define | KKC_TYPE_TRIGRAM_DECODER |
| struct | KkcTrigramDecoder |
| struct | KkcTrigramDecoderClass |
KkcTrigramDecoder *
kkc_trigram_decoder_new (KkcTrigramLanguageModel *model);
#define KKC_TYPE_TRIGRAM_DECODER (kkc_trigram_decoder_get_type ())
The type for KkcTrigramDecoder.
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.