๐ Finite state transducer (FST)
= a ๐ณ Transducer with two memory tapes
๐ Example:
= a FST that transforms e.g. 00 โ ah or 1 โ b
graph LR
q0 --"0/a"--> q1
q0 --"1/b"--> qf0
q1 --"0/h"--> qf1
q1 --"1/s"--> qf1
Search
Aug 04, 2024, 1 min read
= a ๐ณ Transducer with two memory tapes
= a FST that transforms e.g. 00 โ ah or 1 โ b
graph LR
q0 --"0/a"--> q1
q0 --"1/b"--> qf0
q1 --"0/h"--> qf1
q1 --"1/s"--> qf1