LexiconFreeDecoder
LexiconFreeDecoder
flashlighttext::Decoder -> LexiconFreeDecoder
new()LexiconFreeDecoder$new(
options,
lm,
sil_token_idx,
blank_token_idx,
transitions
)optionsa options
lma lm
sil_token_idxa sil_token_idx
blank_token_idxa blank_token_idx
transitionsa transitions
is_lm_tokena is_lm_token
LexiconFreeDecoder
n_hypothesis()LexiconFreeDecoder$n_hypothesis()int
get_lm_ptr()LexiconFreeDecoder$get_lm_ptr()a externalpointer
get_sil_idx()LexiconFreeDecoder$get_sil_idx()list of DecodeResult
get_blank_idx()LexiconFreeDecoder$get_blank_idx()list of DecodeResult
get_options()LexiconFreeDecoder$get_options()list of DecodeResult
get_transitions()LexiconFreeDecoder$get_transitions()list of DecodeResult
clone()The objects of this class are cloneable with this method.
LexiconFreeDecoder$clone(deep = FALSE)deepWhether to make a deep clone.