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) TT of a given sentence SS.

The probability of tree TT given SS is defined as:

P(T,S)=i=1nP(RHSiLHSi)P(T,S) = \prod_{i=1}^{n} P(RHS_i | LHS_i)

From there, the PCFG will choose the parse tree with the greatest probability as the correct parse of SS.

0

1

3 years ago

Contributors are:

Who are from:

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