CYK algorithm: Difference between revisions

Content deleted Content added
No edit summary
m Reverted edits by 137.197.73.179 (talk) to last revision by VolkovBot (HG)
Line 1:
theThe '''Cocke–Younger–Kasami (CYK) algorithm''' (alternatively called '''CKY''') determines whether a
[[string (computer science)|string]] can be generated by a given [[context-free grammar]] and, if so, how it can be generated. This is known as [[parsing]] the string. The algorithm employs [[bottom-up parsing]] and [[dynamic programming]].