Visualise the CYK parse table for any grammar in Chomsky Normal Form.
Must be in CNF: productions are either A → a or A → B C. Use the CFG → CNF tool to convert first.
A → a
A → B C
Space-separated tokens, e.g. a b c
a b c