In dictionaries:
Semantic parsing
the task of converting a natural language utterance to a logical form: a machine-understandable representation of its meaning.
Parsing expression grammar
In computer science, a parsing expression grammar is a type of analytic formal grammar, i.e. it describes a formal language in terms of a set of rules for recognizing strings in the language.
Top-down parsing
Top-down parsing in computer science is a parsing strategy where one first looks at the highest level of the parse tree and works down the parse tree by using the rewriting rules of a formal grammar.
Bottom-up parsing
In computer science, parsing reveals the grammatical structure of linear input text, as a first step in working out its meaning.
Command-line argument parsing
Different command-line argument parsing methods are used by different programming languages to parse command-line arguments.
Shallow parsing
(also chunking or light parsing) an analysis of a sentence which first identifies constituent parts of sentences (nouns, verbs, adjectives, etc.)
Morphological parsing
Morphological parsing, in natural language processing, is the process of determining the morphemes from which a given word is constructed.
Deterministic parsing
In natural language processing, deterministic parsing refers to parsing algorithms that do not backtrack.
more...