next up previous
Next: Exercises Up: No Title Previous: Summary of English Morphographemics

Using the Endings as Templates

This suggests a shortcut in the form of a predicate

split_suffix(Ending,Root,Suffix)

which would implement the relation described by the suffix table just shown. We would expect to behave in the following way:

split_suffix([a,b,b,i,n,g],[a,b],[i,n,g]).

In order to exploit split_suffix we need



Mike Rosner
Mon Feb 14 08:45:31 MET 2000