Next:
About this document
Up:
No Title
Previous:
Using the Endings as
Exercises
Construct (by hand) the letter tree for
cat, cake, cook, coat
and assert it into the database.
Write a program which adds a word to a letter tree
Implement find_word as shown above and test it on the tree you just asserted.
Modify find_word so that a word can have more than one lexical entry, e.g.
[c,[a,[n,verb(can),noun(can)]]]
Improve the efficiency of find_word by exploiting lexicographic ordering
Mike Rosner
Mon Feb 14 08:45:31 MET 2000