parsing
UK[ˈpɑːzɪŋ]US[ˈpɑːrsɪŋ]
n
The process of analyzing a string of symbols, either in natural language or computer languages, according to the rules of a formal grammar.
Morpheme Breakdown
pars
ing
pars
to arrange, part
ing
noun suffix
Etymology
The word 'parsing' originates from the Latin verb pars, meaning "part" or "piece." This root evolved into the Medieval Latin verb parsare, a variant of partire (to divide, to share), which directly influenced the Old French parser (to separate, to part). In English, the verb 'parse' emerged in the mid-16th century, initially used in grammar to describe the act of resolving a sentence into its component parts of speech and explaining their syntactic relations. The addition of the nominal suffix '-ing' creates the modern term 'parsing,' which retains the core logic of dividing a whole—be it a sentence or a line of code—into its constituent elements to understand its structure and meaning.
Analysis
Structure: pars (to arrange, part) + ing (noun suffix)
- pars: From Latin pars (part, piece, share). In this word, it functions as the core root meaning "to part" or "to arrange into parts."
- ing: From Old English -ing, -ung, a suffix forming verbal nouns. In this word, it denotes the action or process of the verb.
Examples
The software performs syntactic parsing to understand the sentence structure.
During the compilation phase, the parser handles the parsing of the source code.
Grammar exercises often involve the parsing of complex sentences.