---------------------------------------------------------
Notes

	All of these additions plus another trigger rule for the reportative clitic:
		
		ca_gr := generator_rule &
  		   [ CONTEXT.RELS <! [ ARG0.EV reportative ] !>,
    		     FLAGS.TRIGGER "ca" ].

	resulted in single generations of sentences.  So for example:

		vva=ga idi-tar=(ca)
		you=NOM exit-PAST=(REPORT)
		(I heard) you left.

	generated a single utterance:
		
		vva ga idi-TAR ca

EB> Very nice!

		cf-tar=ru=u ss-tar
		cf-tar=ru=u ss-tar
		arrive-PAST=COMP=ACC know-PAST
		I realized [the fact that] (she) arrived.

EB> Still two parses for this one.  It looks like decl-cl can optionally
apply to the CP.  If you have the P select for a complement that
is [MC -], that should get you down to one parse.

	The C-CONT of this rule will introduce a two-place relation
	which relates its ARG1 and ARG2 to the LTOPs of the daughter
	and the MOD value via qeqs.

EB> This looks like what I typed explaining to you how to do this.

https://catalyst.uw.edu/gopost/conversation/ebender/785759/post/2717352#2717352

EB> You can't use other people's words in your academic writing. That's
plagiarism.

	Some problems that we are seeing are with the focus marker 'du' and the 
	nominal coordination.  The coordination of the nouns in a sentence like:
	
			Source: author
			Vetted: f
			Judgment: g
			Phenomena: crd
			pztu=tu midum=tu iditar
			pztu=tu midum=tu idi-tar
			man=ASC woman=ASC exit-PAST
			A man and a woman exited

	is not parsing.  The coordination seems to be working but the VP is not
	attaching. We ran out of time to do any kind of work on this but this will
	be addressed next week.  

EB> This is a job for ... interactive unification!

		uri=a zzu jai-ba kurus-tar.
		uri=a žžu ja-i-ba, kurus-tar.
		3SG=TOP fish COP-THM-CVB.CSL, kill-PAST.
		Since it was a fish, (he) killed (it).

EB> Looking at the MRS: (i) the PRED value for the copula
should be _be_v_id_rel, not _cop_v_rel. (ii) otherwise, looks great :)

EB> When I try generating from this one, it generates but you get
a *lot* of outputs.  I'd suggest trying to cut that down...


E.TENSE : E.TENSE
  * <> *

EB> This is spurious (a bug in the customization system) and
should be removed.

