Skip to content Skip to sidebar Skip to footer
Showing posts with the label Context Free Grammar

Generating Sentences *randomly* Given A Cfg

I want to generate sentences randomly from a given context-free grammar. Randomly is the important … Read more Generating Sentences *randomly* Given A Cfg

Can A Bnf Handle Forward Consumption?

Recently I've discovered the python module pyparsing, a wonderful tool for parsing data by writ… Read more Can A Bnf Handle Forward Consumption?