next up previous
Next: Morphological Analysis Up: No Title Previous: Removing Suffixes

Suffix Table

This will require a suffix table of the following kind which must allow both for ambiguous entries and allomorphs of the same morpheme.

suffix([e,d],ed).
suffix([e,d],en).
suffix([s],plur).
suffix([es],plur).
etc.



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