CYK algorithm: Difference between revisions

Content deleted Content added
Note regarding Chomsky normal form. This is otherwise confusing if you come here directly from the Context-free grammar article
Line 17:
 
==Standard form==
 
The algorithm requires the context-free grammar to be rendered into [[Chomsky normal form]].
 
The algorithm as given in [[pseudocode]] is as follows: