probabilistic_grammar (231B)
1 # Probabilistic grammar 2 3 A [context_free_grammar] where for each [nonterminal] you have a [probability_distribution] on the applicable [productions] 4 5 Can be used when generating [words] of the [grammar] 6 7 Up: [context_free_grammar]