This document discusses finite state transducers. It provides definitions and explanations of the following key points:
- A finite state transducer is a finite automaton that maps input symbols to output symbols through state transitions. The input and output are separate tapes.
- They are formally defined as 7-tuples with states, input/output alphabets, transition functions, initial/final states. Transitions contain input-output pairs that map an input to a corresponding output.
- Deterministic transducers have a unique output for each input-state pair. Non-deterministic transducers can have multiple possible outputs.
- Mealy machines are a type of transducer where the output depends on both