Does this mean, in case adpositions are used in a grammar, the Head Spec rule should constrain its SPEC daughter’s HEAD? To just noun? There is a comment saying:
; Rules for building NPs. Note that the Matrix uses SPR for
; the specifier of nouns and SUBJ for the subject (specifier) of verbs.
head-spec-phrase := basic-head-spec-phrase & head-initial.
but I am not sure what it means; there is a separate Head Subject rule always…
; Note the use of the feature SPEC in basic-determiner-lex.
; This is important semantically to allow the determiner to grab
; onto the INDEX and LTOP of the N' it combines with. Elsewhere
; in the lexical types we have avoided mentioning the valence features,
; believing the mapping from ARG-ST to valence features to be somewhat
; language-specific. In this case, however, it does not concern
; a mapping to ARG-ST.
basic-determiner-lex := no-ltop-lex-item &
[ SYNSEM [ LOCAL [ CAT [ HEAD det,
VAL.SPEC.FIRST.LOCAL.CONT.HOOK [ INDEX #ind,
LTOP #larg ]],
CONT [ HCONS <! qeq &
[ HARG #harg,
LARG #larg ] !>,
RELS <! relation !> ] ],
LKEYS.KEYREL quant-relation &
[ ARG0 #ind,
RSTR #harg ] ] ].