the := word & [ ORTH "the", HEAD det, VAL [ SPR < >, COMPS < > ] ]. that := word & [ ORTH "that", HEAD det, VAL [ SPR < >, COMPS < > ] ]. those := word & [ ORTH "those", HEAD det, VAL [ SPR < >, COMPS < > ] ]. dog := word & [ ORTH "dog", HEAD noun, VAL [ SPR < [ HEAD det ] >, COMPS < > ] ]. dogs := word & [ ORTH "dogs", HEAD noun, VAL [ SPR < [ HEAD det ] >, COMPS < > ] ]. cat := word & [ ORTH "cat", HEAD noun, VAL [ SPR < [ HEAD det ] >, COMPS < > ] ]. barks := word & [ ORTH "barks", HEAD verb, VAL [ SPR < phrase & [ HEAD noun ] >, COMPS < > ] ]. bark := word & [ ORTH "bark", HEAD verb, VAL [ SPR < phrase & [ HEAD noun ] >, COMPS < > ] ]. chased := word & [ ORTH "chased", HEAD verb, VAL [ SPR < phrase & [ HEAD noun ] >, COMPS < phrase & [ HEAD noun ] > ] ].