COMBINED1

Format:

COMBINED1(BodyNounPhrase, ObjectNounPhrase)

New structures are not built if more than one matching structure is found. Sometimes you will wish to override this behaviour, for a variety of reasons. COMBINED1 lets you set precedence, so that one structure has precedence over another, and removes it from the list of matching structures. If the list is reduced to one structure, it is built.

Cases:

Both an internal component and the assembly match
COMBINED1(BodyNounPhrase, ObjectNounPhrase)

Structures in ascending importance
COMBINED1(PrepositionalNounPhrase, PrepositionalChain)
COMBINED1(PrepositionalChain, CombinedPrepositionalPhrase6)
COMBINED1(CombinedPrepositionalPhrase6, CombinedPrepositionalPhrase5)
COMBINED1(CombinedPrepositionalPhrase5, CombinedPrepositionalPhrase4)
COMBINED1(CombinedPrepositionalPhrase4, CombinedPrepositionalPhrase3)

Both general and particular structures match - choose general
COMBINED1(SubjectNounPhrase, InterimSubjectNounPhrase)

Both general and particular structures match - choose particular
COMBINED1(DitransitiveParticipial, Participial)