^_^CHECK TIHS UNDER^_^

02 January 2013

Phrase structure rules

Phrase-structure rules are a way to describe a given language's syntax and are closely associated with the early stages of Transformational Grammar.[1][2] They are used to break down a naturallanguage sentence into its constituent parts (also known as syntactic categories) namely phrasal categories and lexical categories (aka parts of speech). A grammar that uses phrase structure rules is a type of phrase structure grammar - except in computer science, where it is known as just a grammar, usually context-free. Phrase structure rules as they are commonly employed operate according to the constituency relation and a grammar that employs phrase structures rules is therefore a constituency grammar and as such, it stands in contrast to dependency grammars, which are based on the dependency relation.

Definition

Phrase structure rules are usually of the following form:
A \to B \quad C
meaning that the constituent A is separated into the two subconstituents B and C. Some further examples for English are as follows:
S \to NP \quad VP
NP \to Det \quad N1
N1 \to (AP) \quad N1 \quad (PP)
The first rule reads: An S (sentence) consists of an NP (noun phrase) followed by a VP (verb phrase). The second rule reads: A noun phrase consists of a Det (determiner) followed by an N (noun). Some further categories are listed here: AP (adjective phrase), AdvP (adverb phrase), PP (prepositional phrase), etc. Applying the phrase structure rules in a neutral manner, it is possible to generate many proper sentences of English. But it is also quite possible that the rules generate syntactically correct but semantically nonsensical sentences. The following example sentence is notorious in this regard, since it is complete nonsense, even though it is syntactically correct:
Colorless green ideas sleep furiously
This sentence was constructed by Noam Chomsky as an illustration that phrase structure rules are capable of generating syntactically correct but semantically incorrect sentences. Phrase structure rules break sentences down into their constituent parts. These constituents are often represented as tree structures. The tree for Chomsky's famous sentence can be rendered as follows:
Colorless green ideas sleep furiously.
A constituent is any word or combination of words that is dominated by a single node. Thus each individual word is a constituent. Further, the subject NP Colorless green ideas, the minor NPgreen ideas, and the VP sleep furiously are constituents. Phrase structure rules and the tree structures that are associated with them are a form of immediate constituent analysis.

[edit]Top down

An important aspect of phrase structure rules is that they view sentence structure from the top down. The category on the left of the arrow is a greater constituent and the immediate constituents to the right of the arrow are lesser constituents. Constituents are successively broken down into their parts as one moves down a list of phrase structure rules for a given sentence. This top-down view of sentence structure stands in contrast to much work done in modern theoretical syntax. In Minimalism[4] for instance, sentence structure is generated from the bottom up. The operationMerge merges smaller constituents to create greater constituents until the greatest constituent (i.e. the sentence) is reached. In this regard, theoretical syntax abandoned phrase structure rules long ago, although their importance for computational linguistics seems to remain intact.

[edit]Alternative approaches

[edit]Constituency vs. dependency

Phrase structure rules as they are commonly employed result in a view of sentence structure that is constituency-based. Thus grammars that employ phrase structure rules are constituency grammars (=phrase structure grammars), as opposed to dependency grammars,[5] which view sentence structure as dependency-based. What this means is that for phrase structure rules to be applicable at all, one has to pursue a constituency-based understanding of sentence structure. The constituency relation is a one-to-one-or-more correspondence. For every word in a sentence, there is at least one node in the syntactic structure that corresponds to that word. The dependency relation, in contrast, is a one-to-one relation; for every word in the sentence, there is exactly one node in the syntactic structure that corresponds to that word. The distinction is illustrated with the following trees:
Phrase structure rules: Constituency vs. dependency
The constituency tree on the left could be generated by phrase structure rules. The sentence S is broken down into smaller and smaller constituent parts. The dependency tree on the right could not, in contrast, be generated by phrase structure rules (at least not as they are commonly interpreted).

[edit]Representational grammars

A number of representational phrase structure theories of grammar never acknowledged phrase structure rules, but have pursued instead an understanding of sentence structure in terms the notion of schema. Here phrase structures are not derived from rules that combine words, but from the specification or instantiation of syntactic schemata or configurations, often expressing some kind of semantic content independently of the specific words that appear in them. This approach is essentially equivalent to a system of phrase structure rules combined with a noncompositionalsemantic theory, since grammatical formalisms based on rewriting rules are generally equivalent in power to those based on substitution into schemata.
So in this type of approach, instead of being derived from the application of a number of phrase structure rules, the sentence Colorless green ideas sleep furiously would be generated by filling the words into the slots of a schema having the following structure:
[NP[ADJ N] VP[V] AP[ADV]]
And which would express the following conceptual content:
X DOES Y IN THE MANNER OF Z
Though they are noncompositional, such models are monotonic. This approach is highly developed within Construction grammar[6] and has had some influence in Head-Driven Phrase Structure Grammar[7] and Lexical Functional Grammar,[8] the latter two clearly qualifying as phrase structure grammars.


From Wikipedia, the free encyclopedia

No comments:

Post a Comment