CSE 675, Spring 2000

HW #7: RTNs

  1. (Adapted from Allen, James (1987), Natural Language Understanding (Menlo Park, CA: Benjamin/Cummings), p. 74.)

    Consider the following RTN from Allen 1987, p. 51:

    In this figure, only the NP arc is a "push" arc; all others are "cat" or "pop" arcs. The numbers on the arcs indicate the order in which arcs will be tried when more than one arc leaves a node.

    Use the following lexicon:

    CategoryWord
    arta, the
    numberone
    pronounone
    adjgreen, wild
    noundogs, green, man, saw
    verbbroke, cried, faded, man, saw,

  2. (Adapted from Allen 1987: 75-76.)

    Map the following CFG into an equivalent RTN that uses only three networks: S, NP, and PP. (Just draw the RTN; you don't have to implement it in SNaLPS.)

    S -> NP VP
    S -> NP VP PREPS
    NP -> Art NominalP
    NP -> NominalP
    NominalP -> N
    NominalP -> Adj Nominal
    NominalP -> Nominal PREPS
    Nominal -> N
    PREPS -> PP
    PREPS -> PP PREPS
    PP -> Prep NP
    VP -> V
    VP -> V NP
    VP -> V PREPS

DUE: MONDAY, FEBRUARY 13



Copyright © 2000 by William J. Rapaport (rapaport@cse.buffalo.edu)
file: 675w/hw7.28fb00.html