common_subsequence_automaton (242B)
1 # Common subsequence automaton 2 3 An [automaton] that accepts the language of all [subsequences] of a [word] or of all [common_subsequences] of a set of [words] 4 5 [crochemore2003directed] 6 7 Up: [common_subsequence] 8 9 See also: [subword_automaton]