Entry Harlan:1993:PSE from sigcse1990.bib

Last update: Wed Sep 26 02:07:32 MDT 2018                Valid HTML 4.0!

Index sections

Top | Symbols | Numbers | Math | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

BibTeX entry

@Article{Harlan:1993:PSE,
  author =       "Robert M. Harlan and David M. Patrone",
  title =        "Parsing as search: an easy-to-understand {RTN}
                 interpreter",
  journal =      j-SIGCSE,
  volume =       "25",
  number =       "3",
  pages =        "26--30",
  month =        sep,
  year =         "1993",
  CODEN =        "SIGSD3",
  DOI =          "https://doi.org/10.1145/165408.165415",
  ISSN =         "0097-8418 (print), 2331-3927 (electronic)",
  ISSN-L =       "0097-8418",
  bibdate =      "Sat Nov 17 18:57:23 MST 2012",
  bibsource =    "http://portal.acm.org/;
                 http://www.math.utah.edu/pub/tex/bib/sigcse1990.bib",
  abstract =     "Developing laboratory assignments on natural language
                 processing in an introductory AI course is difficult.
                 One reason is that the interpreter that applies a
                 grammar to input is often a complex, hard to understand
                 system. One is forced either to treat the interpreter
                 as a black box, restricting students to extending the
                 grammar that it applies, or to spend an inordinate
                 amount of time mastering the interpreter. We present an
                 alternative that enables students to master an
                 interpreter in fairly short order. Approaching parsing
                 as a search problem, an interpreter is presented that
                 is based on a search engine with which students have
                 had previous experience. This paper discusses an
                 interpreter for an RTN grammar. A subsequent paper
                 shows how the interpreter can be modified to handle an
                 ATN grammar. The grammar and interpreter are available
                 via ftp.",
  acknowledgement = ack-nhfb,
  fjournal =     "SIGCSE Bulletin (ACM Special Interest Group on
                 Computer Science Education)",
  journal-URL =  "http://portal.acm.org/browse_dl.cfm?idx=J688",
}

Related entries