Parsing
पार्सिंग (विश्लेषण/वाक्य-विन्यास विश्लेषण; डेटा/कोड को घटकों में तोड़कर संरचना निकालना)
Origin & History
From the verb parse, via Middle English/Anglo-French, ultimately from Latin pars (“part”); the modern linguistic and computing sense developed in the 19th–20th centuries.
यह शब्द क्रिया parse से आया है; मध्य अंग्रेज़ी/एंग्लो-फ़्रेंच के माध्यम से, और मूलतः लैटिन pars (“भाग”) से संबंधित है। आधुनिक भाषावैज्ञानिक और कंप्यूटिंग अर्थ 19वीं–20वीं शताब्दी में विकसित हुआ।
Definition
Parsing is the process of examining language (spoken or written) or structured data by applying grammatical or formal rules to identify how parts relate and to build a meaningful structure (such as a parse tree). In computer science, parsing converts a stream of characters or tokens (e.g., source code, JSON, logs) into a structured representation that a program can understand.
पार्सिंग भाषा (बोली या लिखित) या संरचित डेटा का विश्लेषण करने की प्रक्रिया है, जिसमें व्याकरणिक या औपचारिक नियमों को लागू करके यह पहचाना जाता है कि भाग आपस में कैसे जुड़े हैं और एक अर्थपूर्ण संरचना (जैसे पार्स ट्री) बनाई जाती है। कंप्यूटर विज्ञान में पार्सिंग अक्षरों या टोकनों की धारा (जैसे सोर्स कोड, JSON, लॉग) को ऐसी संरचित प्रस्तुति में बदलती है जिसे प्रोग्राम समझ सके।