next up previous
Next: 26 Finite State Morphology Up: No Title Previous: 24 IDQLP, CM

25 QLP simulation with Finite State Machines

Most computational phonologists (and morphologists) agree that the surface properties of language can be modelled by finite automata (FAs), finite state machines (FSMs), i.e. finite state transducers (FSTs).

Definition (Hopcroft & Ullman):

A finite automaton (FA) consists of a finite set of states and a set of transitions frojm state to state that occur on input symbols chosen from an alphabet tex2html_wrap_inline801 . For each input symbol there is exactly one transition out of each state (possibly back to the state itself). One state, usually denoted tex2html_wrap_inline803 , is the initial state, in which the automaton starts. Some states aredesignated as final or accepting states.

Formal model for automata:

where:

Q is a finite set of states
tex2html_wrap_inline801 is a finite input alphabet
tex2html_wrap_inline811 is the initial state
tex2html_wrap_inline813 is the set of final states
tex2html_wrap_inline815 is the transition function tex2html_wrap_inline817

LP: Single FSMs

QLP: Parallel FSMs



Dafydd Gibbon
Thu May 30 21:11:57 MET DST 1996