## ------------------------------------------------
## Method `LexiconDecoderOptions$new`
## ------------------------------------------------
opts <- LexiconDecoderOptions$new(
beam_size = 2500,
beam_size_token = 25000,
beam_threshold = 100.0,
lm_weight = 2.0,
word_score = 2.0,
unk_score = -Inf,
sil_score = -1,
log_add = FALSE,
criterion_type = CriterionTypes$ASG
)
Run the code above in your browser using DataLab