PARSING-Brief Study-Tanya Sharma, Sumit Das & Vishal Bhalla
International Journal of Research (IJR) Vol-1, Issue-8, September2014 ISSN 2348-6848 Parsing – A Brief Study Tanya Sharma, Sumit Das & Vishal Bhalla Research Scholars, Computer science and engineering department, MDU Rohtak, India ABSTRACT Within computational linguistics the term is Parsing is a technique to determine how a used to refer to the formal analysis by a string might be derived using productions computer of a sentence or other string of words into its constituents, resulting in a (rewrite rules) of a given grammar. It can be parse tree showing their syntactic relation to used to check whether or not a string each other, which may also contain semantic belongs to a given language. When a and other information. statement written in a programming The term is also used in psycholinguistics language is input, it is parsed by a compiler when describing language comprehension. to check whether or not it is syntactically In this context, parsing refers to the way that correct and to extract components if it is human beings analyze a sentence or phrase (in spoken language or text) "in terms of correct. Finding an efficient parser is a grammatical constituents, identifying the nontrivial problem and a great deal of parts of speech, syntactic relations, etc." research has been conducted on parser This term is especially common when design. This paper basically serves the discussing what linguistic cues help speakers purpose of elaborating the concept of to interpret garden-path sentences. parsing. Within computer science, the term is used in the analysis of computer languages, 1) INTRODUCTION referring to the syntactic analysis of the input code into its component parts in order Parsing or syntactic analysis is the process to facilitate the writing of compilers and of analysing a string of symbols, either in interpreters.
[Show full text]