Chomsky Normal Form
B -> B Z | S A1 .
Conversion of CFG [context free grammar ] to CNF [ chomsky normal form ] | Example 2
In CNF ,each production must be of the form S->AB or S->a
Example 2 Convert given CFG into CNF
S-> AbAa |bA
A-> AaB |ƛ
B-> Bb |Sa