Function rustfst::algorithms::encode::decode

source ·
pub fn decode<W, F>(fst: &mut F, encode_table: EncodeTable<W>) -> Result<()>
where W: Semiring, F: MutableFst<W>,
Expand description

The decode operation takes as input an encoded FST and the corresponding EncodeTable object and reverts the encoding.