CS193L Project Files
These are some files that may be useful for the course project.
-
example.el code of an example of a "pluralize" program.
- morpho-db-test.lisp small database for the test example.
-
test text for testing the program "example.el":
select a region and type Esc-x pluralize.
- morphological-db.lisp: complete database of morphological
information in list form. Each list contains: (1) a word in inflected form;
(2) its root; and (3) some morphological information.
- Description of the information
contained in the morphological database.
The complete database "morphological-db.lisp" is also available at
the following directory of epic.stanford.edu
/usr/class/cs323