Module rustfst::algorithms::weight_converters[][src]

Expand description

Module that provides structures implementing the WeightConverter trait.

Structs

FromGallicConverter

Mapper from GallicWeight to W.

SimpleWeightConverter

Mapper that leaves labels and nextstate unchanged and constructs a new weight from the underlying value of the transition weight.

ToGallicConverter

Mapper from W to GallicTr.