[][src]Module rustfst::algorithms::compose::matchers

Structs

MatcherFlags
MultiEpsMatcher
MultiEpsMatcherFlags
SortedMatcher

Enums

IterItemMatcher
MatchType

Specifies matcher action

Statics

REQUIRE_PRIORITY

Traits

Matcher

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

eps_loop

Type Definitions

GenericMatcher