Parsing

/ˈpɑːr.sɪŋ/

पार्सिंग (विश्लेषण/वाक्य-विन्यास विश्लेषण; डेटा/कोड को घटकों में तोड़कर संरचना निकालना)

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, लॉग) को ऐसी संरचित प्रस्तुति में बदलती है जिसे प्रोग्राम समझ सके।

Parts of Speech

Noun:
Parsing the input correctly prevents many errors.
इनपुट की सही पार्सिंग कई त्रुटियों को रोकती है।
Verb (present participle/gerund of parse):
The compiler is parsing the source code line by line.
कंपाइलर सोर्स कोड को पंक्ति-दर-पंक्ति पार्स कर रहा है।

Usage Examples

The parser failed because the JSON had a trailing comma.
In linguistics, parsing helps reveal the grammatical roles in a sentence.
Try parsing the date string using an explicit format.
The tool performs parsing and then validation of the configuration file.

Synonyms

Analysis Interpreting Syntactic analysis Tokenization (partial) Decoding (contextual)

Related Forms

Noun
Parse / Parser / Parsing / Parse tree / Parse error
Verb
Adjective
Parsable / Unparsable / Parseable (variant spelling)

Idioms & Phrases

Parse it out
इसे हिस्सों में तोड़कर समझना / बारीकी से समझाना
Hard to parse
समझना या विश्लेषित करना कठिन
Machine-readable after parsing
पार्सिंग के बाद मशीन-पठनीय