Updated 1/23/08 I have updated the write up and formatting instructions in the Lab 2 instructions to give more precise requirements. Please reread them and use them for Lab 3. The write-up changes are also in this lab, but the formatting changes are only in lab 2.
Short instructions this time. Referring to the instructions for Lab 2, do an additional 6 phenomena. You do not have to stick to the list given if there are not 11 total phenomena that make sense for your language (or if there are other phenomena that you feel must be covered in a grammar for you language). Your write up (see below) should justify your choice of phenomena.
I would like all of the grammars to cover these topics:
If your language has any of these, they should be covered:
The customization system already has pretty good coverage of coordination, so it is nice to have, but not strictly necessary.
In addition, I may request revisions to your test suite from lab 2. Please try to include those revisions in lab 3.
Finally, you should add translations of the 17 MMT test sentences to your test suite:
Note that in some languages, some pairs of sentences might not be distinct, e.g., (1) and (4). In that case, you should just have the same string twice.
Looking ahead: Next week, we'll be configuring starter grammars, building out the vocabularly, and running an initial test suite.
Here are links to the phenomena descriptions from last week.
And the formatting instructions
Again, this write up will be relatively long. For each grammatical phenomenon in the list, you should describe what you discovered about your language. If you have any questions about any of them (that you haven't yet asked or even if you have), please include that as well. Indicate any places where you were uncertain about what the language actually does, and describe any assumptions you made in order to create test suite examples.
Your write up should have separate sections for each phenomenon, and include examples pasted in from the test suite to illustrate the points you are talking about. For example:
1. Basic Word Order
The basic word order in my language is AUX-S-V-O. In the example below, xua is the auxiliary. It is followed by the subject tcejbus, then the verb, then the object.
xua tcejbus brev tcejbo xua tcejb-us brev tcejb-o 3sg.PRES dog-NOM chase cat-ACC `(a/the) dog chases (a/the) cat'Most sentences have an auxiliary, but in some tenses, there is the only the main verb. In these cases, the main verb bears the tense inflection, and appears initially in the sentence. The subject still precedes the object, giving VSO order:
brevd tcejbus tcejbo brev-d tcejb-us tcejb-o case-PST.3sg dog-NOM cat-ACC `(a/the) dog chased (a/the) cat'
Finally, you should (in a paragraph or so each) explain why you chose not to do the phenomena you chose not to do.
In general, I prefer for the write-ups to be plain text. If you want to submit something with formatting, please create a pdf.
tar czf lab2.tgz *
(When I download your submission from CollectIt, it comes in a directory named with your UWNetID. The above method avoids extra directory structure inside that directory.)