Subcategorization

From UNL Wiki
Revision as of 15:07, 14 August 2013 by Martins (Talk | contribs)
Jump to: navigation, search

Subcategorization is the definition of the number and types of the syntactic arguments that co-occurs with the base form in order to form a phrase.

Contents

What is subcategorization

The idea of a subcategorization is related to the concepts of valency and transitivity. Subcategorization rules are schemes that define the number and the type of specifiers, complements and adjuncts that a base form needs to constitute its corresponding maximal projection.

For instance, the noun "apple" does not require any adjunct, specifier or complement to form a noun phrase (as in "I love apples"). The fact that it is often combined with other forms to form more complex noun phrases (as in "the apple", "delicious apple", "apple from Argentina", etc) is rather accidental, and does not affect the fact the word does not need them to constitute the simplest maximal projection. The same happens to the forms "beautiful" and "now", which may project, alone, an adjective phrase and an adverbial phrase, respectively.

However, there are forms such as "give", "of", "and", "Netherlands" and "interested" that cannot project phrases without the help of other constituents. They require specifiers, complements or adjuncts to form a "minimal maximal projection". The verb "give", for instance, requires at least one specifier (the subject) and two objects (a direct and an indirect), even if, in several contexts, they are not explicit[1]. The same happens to "of", "and" and "interested", which always requires a complement to form a prepositional phrase, a complementizer phrase and an adjective phrase, respectively. The form "Netherlands", on the other hand, requires a specifier ("the") to project a noun phrase (I go to Netherlands).

A subcategorization rule is the syntactic device that describes these conditions, i.e., what is really necessary (the obligatory constituents) for a form to project its corresponding maximal projection.

Necessary and optional arguments

Subcategorization describes only necessary arguments, i.e., those that are required by the word in order to form a maximal projection. Optional nodes are not informed inside the subcategorization. For instance:

Peter killed Mary yesterday in the kitchen with a knife

In the sentence above, we have the following necessary arguments:

  • "Peter" does not need any argument and may form a NP alone
  • "killed" needs two arguments in order to form a minimal VP: Peter (specifier) and Mary (complement). The other phrases ("yesterday", "in the kitchen" and "with a knife") are not necessary for a minimal VP.
  • "Mary" does not need any argument and may form a NP alone
  • "yesterday" does not need any argument and may form a AP alone
  • "in" needs a complement in order to form a minimal PP
  • "the" does not need any argument and may form a DP alone
  • "kitchen" does not need any argument and may form a NP alone (as in "I love kitchens")
  • "with" needs a complement in order to form a minimal PP
  • "a" does not need any argument and may form a DP alone
  • "knife" does not need any argument and may form a NP alone (as in "I hate knives")

It is important to differentiate then between constituents that are NECESSARY to form a maximal projection, and constituents that, although important, are not necessary to form a maximal projection. Subcategorization concerns only necessary constituents, i.e., the subcategorization of "killed" will not include "yesterday", "in the kitchen" or "with a knife", for instance).

Subcategorization rules and subcategorization frames

In the UNLarium framework, subcategorization is indicated by a set of transformations carried over the base form. This set of transformations can be represented by:

  • subcategorization frames, in case of regular behaviour (i.e., a set of transformations that is followed by several different words)
  • subcategorization rules, i.e., in case of irregular behaviour (i.e., a set of transformation that is followed by very few words); or

For instance, the rule "VS(NP)VC(NP);" (= the verb takes a noun phrase as the specifier and a noun phrase as a complement) is associated to all direct transitive verbs of English (to buy, to make, to do, etc) and should be defined, therefore, as a subcategorization frame. The same happens to the rule "VS(NP)VC(PP([on]));" (= the verb takes a noun phrase as the subject and a prepositional phrase headed by "on" as a complement), which is less general, but still quite comprehensive, and would be applicable to all indirect transitive verbs that select the preposition on (such as to depend, to insist, to operate, etc).

Examples of subcategorization frames
Intransitive verbs: VS(NP);
Direct transitive verbs: VS(NP)VC(NP);
Indirect transitive verbs selecting prepositional phrases headed by "on": VS(NP)VC(PH([on]));
Indirect transitive verbs selecting prepositional phrases headed by "in": VS(NP)VC(PH([in]));
Ditransitive verbs: VS(NP)VC(NP)VC(PH([to]));
Nouns selecting prepositional phrases headed by "of": NC(PH([of]));
Adjectives selecting prepositional phrases headed by "in": JC(PH([in]));
Adjectives selecting prepositional phrases headed by "of": JC(PH([of]));
Adverbs selecting prepositional phrases headed by "to": AC(PH([to]));
etc.

The number and the type of arguments, however, is not often as regular as described above. Consider, for instance, the case of the "throw someone to the lions" or "behind one's back". These expressions can be considered to follow general subcategorization frames (ditransitive verbs, in case of "throw someone to the lions", and transitive prepositions, in case of "behind one's back"), but they are actually quite more specific and need to be treated separately. In the first case, we have to inform that the direct object of "throw" is a person and that the indirect object is a fixed expression "to the lions"; likewise, we have to inform that the object of "behind" is a person in genitive case followed by the fixed word "back". As this behavior is very specific, it is defined by subcategorization rules instead of subcategorization frames.

Examples of subcategorization rules
VS(NP)VC(NP,HUM)VC(PP("to the lions")); (the specifier of the verb is a NP, the complement is a NP with the feature HUM (human) and the second complement is the particular PP "to the lions"
PC(NA(N,HUM;NP([back])); (the complement of the preposition is a NP whose head is a N with the feature HUM (human) and with the NP "back" as its adjunct

The main difference between subcategorization rules and subcategorization frames is that the former is stored in the dictionary (and hence is activated only when the entry is found in a given corpus) whereas the latter is stored in the grammar and is always processed.

Syntax

Subcategorization frames and subcategorization rules are expressed by S-rules, a special formalism for representing the syntactic structure of the phrase.

Software