Syntax 1 Wiki: Week 8: Difference between revisions
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
We distinguish between two kinds of phrases: | We distinguish between two kinds of phrases: |
Revision as of 18:57, 10 December 2020
Step 2 Licensing the extra expression at the beginning of the sentence
Introducing the GAPS feature
The Gap Collection Constraint
Illustrating the Gap Collection Constraint
The Head-filler schema
We distinguish between two kinds of phrases:
1. Stand(ard) phrases: hd-comp-ph, hd-spr-ph, hd-c-ph, sai-ph
2. Head-Filler phrases: top-ph, question
Remarks:
1. ⊕ is the list merger operator. (to merge = verschmelzen)
2. L1 ⊕ L2 is the new list L3 which contains all the elements of list L1 followed by all the elements of list L2.
Examples:
1. <> ⊕ < a > = < a >
2. < a > ⊕ <> = < a >
3. < a, a > ⊕ < a, b, c > = < a, a, a, b, c >