..........................................INDEX PREVIOUS
 

 L04   HA 6 (Morph)


                HA (Morph)

1.1 Show the trie for all the forms of the verbal roots given below:
      drink, fly, try
1.2 Factor out the common endings using finite state transducer.


2. Here are some forms of 'KA' (to eat) in Hindi, along with their
features:

  NO. | FEATURE STUCTURE                        | WORD FORMS
  1   | {TAM=future,gender=f,number=p,person=3} | {KAezgI/KAyeMgI}
  2   | {TAM=future,gender=f,number=p,person=2} |  {KAogI}
  3   | {TAM=future,gender=f,number=p,person=2h}| {KAiegA/KAiyegA}
  4   | {TAM=future,gender=f,number=p,person=1} | {KAezgI/KAyeMgI}
  5   | {TAM=future,gender=f,number=s,person=3} | {KAegI/KAyegI}

Write down some more forms of future tense for 'KA' together with 
their features.
(You can do the above for your mother tongue.)

3. Show a FST for the above forms (paper and pencil ok).
..........................................INDEX PREVIOUS