Computer Science, asked by sunnybhati4667, 10 months ago

Put your views on the significance of chomsky's normal form.

Answers

Answered by itzBrainlyBoy
0

Answer:

Normal forms can give us more structure to work with, resulting in easier parsing algorithms. As a concrete example, the CYK algorithm uses Chomsky normal form. Greibach normal form, on the other hand, enables recursive-descent parsing; even though backtracking may be necessary, space complexity is linear.

Answered by Anonymous
0

Answer:

✅Normal forms can give us more structure to work with, resulting in easier parsing algorithms. As a concrete example, the CYK algorithm uses Chomsky normal form. Greibach normal form, on the other hand, enables recursive-descent parsing; even though backtracking may be necessary, space complexity is linear.

Similar questions