Home | History | Annotate | Download | only in fst

Lines Matching full:compose

0 // compose.h
30 #include <fst/compose-filter.h>
55 F *filter; // Composition filter (see compose-filter.h)
56 T *state_table; // Composition state table (see compose-state-table.h)
86 F *filter; // Composition filter (see compose-filter.h)
87 T *state_table; // Composition state table (see compose-state-table.h)
127 SetType("compose");
201 // matcher.h), composition filter (see compose-filter-inl.h) and
202 // the composition state table (see compose-state-table.h).
463 Compose specifying only caching options.
468 // Compose specifying one shared matcher type M. Requires input
476 // Compose specifying two matcher types M1 and M2. Requires input
508 // Create compose implementation specifying two matcher types.
526 // Create compose implementation specifying one matcher type.
536 // Create compose implementation specifying no matcher type.
633 // - Compose trims its output.
644 void Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,