Parsings
Parsings refer to the processes of analyzing sequences of tokens to determine their grammatical structure or to transform them into structured representations. In linguistics, parsing yields a parse tree or other representation of a sentence's syntactic structure. In computing, parsing refers to analyzing the syntax of a sequence of tokens according to a formal grammar, producing a parse tree or an abstract syntax tree used by compilers and interpreters. The two senses overlap when processing natural language.
In linguistics, parsings can be constituency-based or dependency-based. They may be performed by rule-based grammars, statistical
In computing, parsings come after lexical analysis and create representations such as an abstract syntax tree
History of parsings spans language analysis and software design, with early approaches relying on hand-written parsers