LexiconFreeDecoderOptions
LexiconFreeDecoderOptions
LexiconFreeDecoderOptions
beam_sizeMaximum number of hypothesis we hold after each step
beam_size_tokenMaximum number of tokens we consider at each step
beam_thresholdThreshold to prune hypothesis
lm_weightWeight of lm
sil_scoreSilence insertion score
log_addIf or not use logadd when merging hypothesis
criterion_typea CriterionType: "CTC" or "ASG" (see [CriterionTypes])
ptrset and get the pointer to a LexiconFreeDecoderOptions instance.
new()LexiconFreeDecoderOptions$new(
beam_size,
beam_size_token,
beam_threshold,
lm_weight,
sil_score,
log_add,
criterion_type
)beam_sizeMaximum number of hypothesis we hold after each step
beam_size_tokenMaximum number of tokens we consider at each step
beam_thresholdThreshold to prune hypothesis
lm_weightWeight of lm
sil_scoreSilence insertion score
log_addIf or not use logadd when merging hypothesis
criterion_typea CriterionType: "CTC" or "ASG" (see [CriterionTypes])
clone()The objects of this class are cloneable with this method.
LexiconFreeDecoderOptions$clone(deep = FALSE)deepWhether to make a deep clone.