Abstract

Parsing is the process which matches a given input against prestored possibilities (a grammar) to discover the structure of acceptable candidates. It is relevant to both natural and artificial languages--both English and command or query languages. Although parsing is necessary to computer processing of all languages, and the parser described in this paper (PARSYN) is a general-purpose top-down parser, the focus of this paper is its applicability as a computationally efficient processor of natural language. In natural language, a grammar is taken to cover a subset of the language; parsing proceeds both top-down looking for constituents and bottom-up replacing the words by syntactic categories for processing. Since procedural formulation is equivalent to an ATN, complete computational coverage of all natural language parsers can be obtained with template processing and an ATN. PARSYN is a computational accelerator for parsing which provides this coverage. The algorithm of PARSYN is a Recursive Transition Network (RTN) with interrupt capability; the combination can serve as an ATN or template processor. Yet, PARSYN is simple enough to be attached to a microprocessor based English-language processing system ( — BE—, “microBE”, for micro-processor-Based English). It is flexible enough to provide pattern-matching, template processing and parsing all with the same formulation, bringing these facilities to the micro-system level efficiently and economically.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.