Learn Before
Applications of Probabilistic Parsing
Ambiguity
Probabilistic Context-Free Grammar (PCFG)
PCFGs for Disambiguation
To resolve disambiguation, the PCFG will calculate a probability of each parse tree (derivation) of a given sentence .
The probability of tree given is defined as:
From there, the PCFG will choose the parse tree with the greatest probability as the correct parse of .
0
1
3 years ago
Tags
Data Science
Related
PCFGs for Disambiguation
PCFGs for Language Modeling
CKY Parsing
CKY Algorithm
PCFGs for Disambiguation
PCFGs for Disambiguation
PCFGs for Language Modeling
PCFG Parsing Problem
Problems with PCFGs