function DFST = init_sstd(DFST) % initializes the deterministic delta % for the subsequential transducers x.q = 0; x.s = ''; DFST.delta = repmat(x,length(DFST.Q),length(DFST.ALF)); return