Home | History | Annotate | Download | only in fst

Lines Matching full:composition

36 // tuples (e.g. in composition triples of two FST states and a
37 // composition filter state) and their corresponding state IDs.
188 // COMPOSITION STATE TUPLES AND TABLES
190 // The composition state table has the form:
213 // Represents the composition state.
228 FilterState filter_state; // State of composition filter
231 // Equality of composition state tuples.
243 // Hashing of composition state tuples.
263 // A HashStateTable over composition tuples.
289 // Fingerprint for general composition tuples.
317 // Useful when the first composition state determines the tuple.
329 // Useful when the second composition state determines the tuple.
341 // A VectorStateTable over composition tuples. This can be used when
343 // composition filter state hash) is manageable. If the FSTs are not
373 // A VectorStateTable over composition tuples. This can be used when
376 // composition filter that creates at most one filter state per tuple
415 // A VectorStateTable over composition tuples. This can be used when
418 // composition filter that creates at most one filter state per tuple
457 // An ErasableStateTable over composition tuples. The Erase(StateId) method
458 // can be called if the user either is sure that composition will never return