๐ฒ Probabilistic parsing
= a parsing strategy to find the most likely parse for ambiguous grammars using ๐ฒ Probability Theory
How?
- Augment context free grammars with the ๐ฒ Probability for each rule
- Calculate the overall probability P(T) of a parse T as the product of all the rules r probabilities:
Problems
- Independence assumption
- Structural & lexical dependencies