04.02.2013 Views

MAS.632 Conversational Computer Systems - MIT OpenCourseWare

MAS.632 Conversational Computer Systems - MIT OpenCourseWare

MAS.632 Conversational Computer Systems - MIT OpenCourseWare

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Higher Levwkof Unguic Knowledp<br />

Context-free grammars can describe many sentences in a natural language<br />

such as English; they also specify most programming languages in their entirety.<br />

Note that the abbreviated discussion of context-free grammars presented here<br />

has avoided some of the issues of gender, number, and case agreement mentioned<br />

earlier. For example, the modified verb phrase rule just described allows "Purr!"<br />

which is a valid imperative sentence, as well as "Purrs," which is incomplete.<br />

A second powerful representation for grammars is the transitionnetwork or<br />

a slightly more general variation, the recursive transition network, RTN. A<br />

simple transition network consists ofnodes and arcs as shown in Figure 9.4. Each<br />

are is labelled with a word category, and each node is a state in the syntactic analysis<br />

of a sentence. Starting at the beginning of the sentence, each word is compared<br />

with the label on the are from the initial state, S. If the word and label<br />

match, analysis transitions to the next node and word and label comparison continue<br />

as before. The last are is labelled pop and always succeeds, indicating com­<br />

pletion of the network.<br />

This linear network does not convey the syntactic relationships<br />

adjective-noun and adverb-verb pairs as well as do the equivalent tree or contextfree<br />

grammar representations. The network can be enhanced by allowing ares to<br />

be labelled with the names of other networks as well as individual words; with<br />

this ability, the network has become recursive. For example, Figure 9.5 illustrates<br />

a transition network describing a noun phrase as an arbitrary number of<br />

adjectives followed by a single noun. Figure 9.6 shows how the noun phrase net-<br />

adjective noun adverb verb<br />

Figure 9.4. A simple transition network for sentences consisting of a single<br />

adjective, a noun, a single adverb, and a verb. The states, al through<br />

s4, are connected by arcs labelled with the classes of words required at<br />

each transition.<br />

adjective noun<br />

NP: pop<br />

Figure 9.5. A transition network for a noun phrase allowing an arbitrary<br />

number of adjectives.<br />

183<br />

between the

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!