NDFST interpreter
(Nondeterministic Finite State Transducer)
Dafydd Gibbon, 2008-08-12
Input:
Switches:
Trace:
off
on
Direction:
forward
reverse
Relation:
off
on
FSA:
# METADATA: Demo FST file for NDFST interpreter. # The interpreter features generous use of white space, error messages for FST # configuration file input, optional prettyprinted trace for fst run. # Initial state: initial = q0 # Set of terminal states: terminal = q0 # Transition quadruples
: fst = q0, x, info_seek, q1; q1, x, info_seek, q1; q1, x, context_manage, q2; q2, x, info_provide, q1; q2, x, context_manage, q2; q2, x, turn_manage, q0
Go:
Other examples...