Module rustfst::algorithms::compose::matchers

source ·

Structs§

Enums§

Statics§

Traits§

  • Matchers find and iterate through requested labels at FST states. In the simplest form, these are just some associative map or search keyed on labels. More generally, they may implement matching special labels that represent sets of labels such as sigma (all), rho (rest), or phi (fail).

Functions§

Type Aliases§