Chomsky Normal Form (CNF) A context free grammar is in Chomsky normal form (CNF) if every production is one of these two forms: A -> BC A -> α Where A, B, and C are nonterminal and α is terminal. Convert CFG To CNF S -> ASA | aB, A -> B | S, B -> b | e Elimination of ^ production There is no ^ Production In The Given CFG Eliminate Unit Production S -> ASA | aB, A -> b | e | ASA | aB, B -> b | e Replace all mixed string with solid NT S -> ASA | P A -> b | e | ASA | P B -> b | e P -> aB Shorten the string of NT to length 2 S -> AX1 X1 -> SA A -> b | e | AX1 | P B -> b | e P -> aB