Objective: |
Generation Kit is Lisp-based software that lets you compile
unification grammars for natural language generation. When a grammar
is compiled, a function called GENERATOR is produced; this function
takes as input a full f-structure for a sentence, and returns an
output string as output. In this assignment, you will complete the
following tasks:
|
Background Material: |
Generation Kit and Transformation Kit Version 3.2: User's Manual,
Masaru Tomita and Eric Nyberg,
CMU-CMT-MEMO, October 1988. Copies of this material will be available in the LTI Lab (CyH 277). |
genkit-questions.txt
:
NP ==> NP PP
and NP ==>
N
, should their ordering be constrained? Justify your answer.
genkit-questions.txt
,
genfns.lisp
and gen.gra
) by copying them to
the directory corresponding to your userid under:
/afs/cs/project/cmt-55/lti/Lab/Modules/NLP-712/handin/
Also include a file called test-output.txt
, containing
a transcript of your code running on the given test data (see the
instructions file for more details).