- This topic has 1 reply, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
› Forums › Speech Synthesis › The front end › FSA vs transducer
Is the only difference between an FSA and a transducer is that the transducer has an output?
Yes, that’s correct. If we just want to detect whether a string matches a pattern (e.g., regular expression), we can use an automaton to “accept” it. No output is required: the fact that the automaton reaches the end state means the input string matched (i.e., was “accepted”).
If we want to convert the input to some output (e.g., convert “8.46” to “eight forty six”, then we’d use a transducer.
The theory of automata and transducers is beyond the scope of this course, but we do need to know what they can be used for.
Some forums are only available if you are logged in. Searching will only return results from those forums if you log in.
Copyright © 2024 · Balance Child Theme on Genesis Framework · WordPress · Log in