[][src]Module rustfst::algorithms::factor_weight::factor_iterators

Structs

GallicFactor

Factor a GallicWeight using StringFactor.

GallicFactorLeft

Factor a GallicWeight using StringFactor.

GallicFactorMin

Factor a GallicWeight using StringFactor.

GallicFactorRestrict

Factor a GallicWeight using StringFactor.

GallicFactorRight

Factor a GallicWeight using StringFactor.

IdentityFactor

Trivial factor. Doesn't factor anything.

StringFactorLeft

Factors a StringWeightLeft w as 'ab' where 'a' is a label.

StringFactorRestrict

Factors a StringFactorRestrict w as 'ab' where 'a' is a label.

StringFactorRight

Factors a StringFactorRight w as 'ab' where 'a' is a label.