Javascript must be enabled to continue!
Parsing
View through CrossRef
This article introduces the concepts and techniques for natural language (NL) parsing, which signifies, using a grammar to assign a syntactic analysis to a string of words, a lattice of word hypotheses output by a speech recognizer or similar. The level of detail required depends on the language processing task being performed and the particular approach to the task that is being pursued. This article further describes approaches that produce ‘shallow’ analyses. It also outlines approaches to parsing that analyse the input in terms of labelled dependencies between words. Producing hierarchical phrase structure requires grammars that have at least context-free (CF) power. CF algorithms that are widely used in parsing of NL are described in this article. To support detailed semantic interpretation more powerful grammar formalisms are required, but these are usually parsed using extensions of CF parsing algorithms. Furthermore, this article describes unification-based parsing. Finally, it discusses three important issues that have to be tackled in real-world applications of parsing: evaluation of parser accuracy, parser efficiency, and measurement of grammar/parser coverage.
Title: Parsing
Description:
This article introduces the concepts and techniques for natural language (NL) parsing, which signifies, using a grammar to assign a syntactic analysis to a string of words, a lattice of word hypotheses output by a speech recognizer or similar.
The level of detail required depends on the language processing task being performed and the particular approach to the task that is being pursued.
This article further describes approaches that produce ‘shallow’ analyses.
It also outlines approaches to parsing that analyse the input in terms of labelled dependencies between words.
Producing hierarchical phrase structure requires grammars that have at least context-free (CF) power.
CF algorithms that are widely used in parsing of NL are described in this article.
To support detailed semantic interpretation more powerful grammar formalisms are required, but these are usually parsed using extensions of CF parsing algorithms.
Furthermore, this article describes unification-based parsing.
Finally, it discusses three important issues that have to be tackled in real-world applications of parsing: evaluation of parser accuracy, parser efficiency, and measurement of grammar/parser coverage.
Related Results
Parsing the Frost
Parsing the Frost
The reading of Coleridge’s “Frost at Midnight” at the center of this chapter opens up the cognitive and aesthetic stakes of seeing writing. It does so by analyzing the encounter wi...
Asymmetric processing of consonant duration in Swiss German
Asymmetric processing of consonant duration in Swiss German
In Swiss German, which encodes a phonological contrast in consonant length, consonant duration signals the segment’s geminate status and, in medial position, indicates the word’s s...
Anaphora Resolution
Anaphora Resolution
The article provides a theoretical background of anaphora and introduces the task of anaphora resolution. The importance of anaphora resolution in natural language parsing (NLP) is...

