NDFST interpreter
(Nondeterministic Finite State Transducer)
Dafydd Gibbon, 2008-08-12
Input:
Switches:
Trace:
off
on
Direction:
forward
reverse
Relation:
off
on
FSA:
# METADATA: Sound change laws - High German Consonant Shift # This automaton models the High German Consonant Shift. initial = q0 terminal = q0 fst = # Sound or sound sequence separator: q0,-,-,q1; # Single sounds: q1,p,pf,q0; q1,t,ts,q0; q1,k,kx,q0; q1,b,p,q0; q1,d,t,q0; q1,g,k,q0; q1,T,d,q0; q1,D,d,q0; q1,vow,vow,q4; q4,p,f,q0; q4,t,s,q0; q4,k,x,q0
Go:
Other examples...