ch8
ch8
Tree diagrams: One of the most common ways to create a visual representation
of syntactic structure is through. We can use the symbols (Art = article, N = noun,
NP = noun phrase) to label parts of the tree as we try to capture the hierarchical
organization of those parts in the underlying structure of phrases and sentences.
seems to grow down rather than up, it functions rather well as a diagram
representing all the grammatical information found in the other analysis on the
left.
Symbols used in syntactic analysis: It’s an optional constituent in a grammatically
well-formed noun phrase.
NP → Art (Adj) N
This shorthand notation expresses the idea that a noun phrase rewrites as (→) an
article (Art) and a noun (N), with the option of including an adjective (Adj) in a
specific position between them. We use the round brackets to indicate that the
adjective is optional.
curly brackets { }: These indicate that only one of the elements enclosed within
the curly brackets must be selected. We use these types of brackets when we
want to indicate that there is a choice from two or more constituents.
such as the dog (article plus noun), or it (pronoun), or Cathy (proper noun).
NP g → {Art N, Pro, PN} . although there are three constituents inside these curly
brackets, only one of them can be selected on any occasion.
* ungrammatical sentence → consists of / rewrites as
( ) optional constituent { } one and only one of these constituents
must be selected.
Phrase structure rules: to treat the tree diagram as a dynamic format, in the
sense that it represents a way of generating not only that one sentence, but a
very large number of other sentences with similar structures. , these rules state
that the structure of a phrase of a specific type will consist of one or more
constituents in a particular order.
NP Art N “a noun phrase rewrites as an article followed by a noun.
a sentence rewrites as a noun phrase and a verb phrase.”
“a noun phrase rewrites as either an article plus an optional adjective plus a noun,
or a pronoun, or a proper noun.”
Lexical rules: Phrase structure rules generate structures. In order to turn those
structures into recognizable English, that specify which words can be used when
we rewrite constituents such as N. The first rule in the following set states that “a
proper noun rewrites as Mary or George.” (It’s a very small world.)
PN → {Mary, George} N → {girl, dog, boy} Art → {a, the} Pro → {it, you}
V → {followed, helped, saw}.
Movement rules: One feature of these underlying structures is that they will
generate sentences with a fixed word order. That is convenient for creating
declarative forms (You will help Mary), but not for making interrogative forms, as
used in questions (Will you help Mary?).
In order to talk about this process, we need to expand our phrase structure rules
to include an auxiliary verb (Aux) as part of the sentence. This is illustrated in the
first rewrite rule below. Auxiliary verbs (sometimes described as “helping” verbs)
take different forms in English, but one well-known set can be included in the
rudimentary lexical rule for Aux below. We also need a lexical rule that specifies
the basic forms of the verbs, shown as the third rewrite rule below.
S → NP Aux VP Aux → {can, could, should, will, would}
NP Aux VP ⇒ Aux NP VP This type of rule has a special symbol ⇒ and can
V → {follow, help, see}
be illustrated in the process of one tree, on the right, being derived from the tree
on the left. a sample of what a more complex phrase structure.