← parselab

CYK Parser

Visualise the CYK parse table for any grammar in Chomsky Normal Form.

Grammar (CNF)

Must be in CNF: productions are either A → a or A → B C. Use the CFG → CNF tool to convert first.

Space-separated tokens, e.g. a b c