Top | ![]() |
![]() |
![]() |
![]() |
KkcSegment ** kkc_decoder_decode (KkcDecoder *self
,const gchar *input
,gint nbest
,gint *constraint
,int constraint_length1
,int *result_length1
);
self |
the KkcDecoder instance |
|
constraint_length1 |
length of the |
|
input |
|
|
nbest |
|
|
constraint |
|
KkcSegment ** kkc_decoder_decode_with_costs (KkcDecoder *self
,const gchar *input
,gint nbest
,gint *constraint
,int constraint_length1
,gdouble max_distance
,gdouble min_path_cost
,int *result_length1
);
self |
the KkcDecoder instance |
|
constraint_length1 |
length of the |
|
input |
|
|
nbest |
|
|
constraint |
|
|
max_distance |
|
|
min_path_cost |
|
struct KkcDecoderClass { GObjectClass parent_class; KkcSegment** (*decode) (KkcDecoder* self, const gchar* input, gint nbest, gint* constraint, int constraint_length1, int* result_length1); KkcSegment** (*decode_with_costs) (KkcDecoder* self, const gchar* input, gint nbest, gint* constraint, int constraint_length1, gdouble max_distance, gdouble min_path_cost, int* result_length1); };
The class structure for KKC_TYPE_DECODER
. All the fields in this structure are private and should never be accessed directly.
virtual method called by |
||
virtual method called by |