parsing
process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar
Shift-Reduction-Method
Method for Upstream-Syntaxanalysis
Augmented transition network
a graph-based structure for parsing natural language
deterministic parsing
parsing without using backtracking
syntactic parsing
automatic analysis of syntactic structure of natural language
command-line argument parsing
programming languages parsing of command-line arguments
top-down parsing
parsing technique
bottom-up parsing
parsing approach that starts from the leaf nodes of a tree and works in upward direction till it reaches the root node
LL parser
left-to-right, leftmost derivation top-down parser for a subset of context-free languages