wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

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]