Constraint-based Syntax 2: Week 5: Difference between revisions
Line 93: | Line 93: | ||
== Licensing Main Clauses == | == Licensing Main Clauses == | ||
Now we have all the pieces in place to license whole main clauses like ''Fido | Now we have all the pieces in place to license whole main clauses like ''Fido visits her.'' We will work with the online grammar to see how this works. | ||
For convenience, open a second tab in your browser and copy the URL of the online grammar into its search field. When you have opened the grammar in the second tab, come back here! | For convenience, open a second tab in your browser and copy the URL of the online grammar into its search field. When you have opened the grammar in the second tab, come back here! | ||
Line 101: | Line 101: | ||
We will look at the three words of the sentence one by one to understand what happens. | We will look at the three words of the sentence one by one to understand what happens. | ||
1. '''The word''' ''Fido'': | 1. '''The word''' ''Fido'':<br> | ||
If you now click on the top label, the full feature structure for the word opens. There is a lot of information, but let us concentrate on just the information in the path SYNSEM:LOC:CAT. We first find the head features, which tell us that the word's agreement value is third-person-singular. We already know from the outside label that the word's CASE value is ''case''. The remaining head features are not relevant right now. | Go to the grammar on the second tab and click on the lexical entry of ''Fido'' or type the word into '''Sentence''' box at the top left. You will see a little tree whose label N[''case'' ] means that ''Fido'' is a noun whose CASE value is compatible with any subtype of the type ''case''. Let us ignore the ":0" for now. | ||
If you now click on the top label, the full feature structure for the word opens. There is a lot of information, but let us concentrate on just the information in the path SYNSEM:LOC:CAT. We first find the head features, which tell us that the word's agreement value is ''third-person-singular''. We already know from the outside label that the word's CASE value is ''case''. The remaining head features are not relevant right now. | |||
Moving down, we see that the word ''Fido'' has a completely saturated valence: the value of each of the valence features is the empty list. That means that this word cannot be the head daughter of a ''hd-comp-ph'', a ''hd-spr-ph'', or a ''hd-subj-ph''; it can only act as a non-head daughter. | Moving down, we see that the word ''Fido'' has a completely saturated valence: the value of each of the valence features is the empty list. That means that this word cannot be the head daughter of a ''hd-comp-ph'', a ''hd-spr-ph'', or a ''hd-subj-ph''; it can only act as a non-head daughter. | ||
2. '''The word''' ''her'': | 2. '''The word''' ''her'':<br> | ||
Now parse the word ''her''. Its label shows us that this is a noun as well, but this time the noun's CASE is specific: it is ''nominative'', because the pronoun is lexically specified as having this case. If you click on the label and look at the word's CAT value, then you see that it also has ''third-person-singular" agreement and that its valence lists are all empty. | |||
3. '''The word''' ''visits'':<br> | |||
Revision as of 08:16, 16 May 2017
A Simplified Type Hierarchy for Phrases
The type hierarchy for phrases of GS is fairly complex. In particular, Head-Complement Phrases are divided into the 2 subtypes fin-vp and nf-hc-ph. The motivation for this is that finite verb phrases in English have special properties with respect to negation and GS and Sag want to capture these properties in the definition of the type fin-vp. The disadvantage of this approach is that the second subtype of hd-comp-ph becomes cumbersome to state, since it includes phrases headed by non-finite verbs and phrases headed by nouns, adjectives, prepositions, and complementizers.
The online grammar avoids this complexity by eliminating the two types fin-vp and nf-hc-ph:
As a consequence, all the expressions which fell under one of these two types now simply have hd-compl-ph as their maximal phrase type.
Exercise
Go to the online grammar and type in expressions which you expect to be VPs (finite and non-finite), NPs, APs, and PPs. Click on the top node to convince yourself that all of these phrases belong to the type hd-compl-ph.
Type Constraints
The simplification of the phrase hierarchy requires some changes to the constraints associated with the types. But most constraints are actually unchanged. The Empty Comps Constraint and the Head-Feature Principle stay the same:
The constrains associated with most clause types also have not changed:
Complementizer clauses (that Lilly dances) require a change, though. They are the only hd-comp-ph which are clauses, since they have a message as their meaning. Therefore, we have to make sure that every complementizer clause actually belongs to the part of speech c. This is done in the first constraint below. Secondly, we must ensure that every hd-comp-ph" of part of speech c is actually a cp-cl, i.e. a complementizer clause:
Finally, there are constraints on the two subtypes of declarative clause in the online grammar. The first constraint says that Declarative Head-Subject Clauses must be finite.
The second constraint permits infinitives which have not found their subject yet, i.e. infinitival VPs to act as clauses (cf. the concept of satzwertiger Infinitiv in traditional German grammar).
Constraints on Verbs
The previous two phrase types we looked at, decl-hd-su-ph and decl-ns-ph are both required to be verbal. This is a good opportunity to look at some constraints of verbs.
Exercise
Below, four such constraints are stated in words. Using the same format of the constraints above, formalize each of the constraints.
1. Subject-Verb Agreement
Finite verbs and their subjects share agreement features.
Formally:
2. Case
The subjects of finite verbs bear nominative case.
Formally:
3. Negation
Main verbs are never negated.
Formally:
Licensing Main Clauses
Now we have all the pieces in place to license whole main clauses like Fido visits her. We will work with the online grammar to see how this works.
For convenience, open a second tab in your browser and copy the URL of the online grammar into its search field. When you have opened the grammar in the second tab, come back here!
We will look at the three words of the sentence one by one to understand what happens.
1. The word Fido:
Go to the grammar on the second tab and click on the lexical entry of Fido or type the word into Sentence box at the top left. You will see a little tree whose label N[case ] means that Fido is a noun whose CASE value is compatible with any subtype of the type case. Let us ignore the ":0" for now.
If you now click on the top label, the full feature structure for the word opens. There is a lot of information, but let us concentrate on just the information in the path SYNSEM:LOC:CAT. We first find the head features, which tell us that the word's agreement value is third-person-singular. We already know from the outside label that the word's CASE value is case. The remaining head features are not relevant right now.
Moving down, we see that the word Fido has a completely saturated valence: the value of each of the valence features is the empty list. That means that this word cannot be the head daughter of a hd-comp-ph, a hd-spr-ph, or a hd-subj-ph; it can only act as a non-head daughter.
2. The word her:
Now parse the word her. Its label shows us that this is a noun as well, but this time the noun's CASE is specific: it is nominative, because the pronoun is lexically specified as having this case. If you click on the label and look at the word's CAT value, then you see that it also has third-person-singular" agreement and that its valence lists are all empty.
3. The word visits:
Navigation: