CYK algorithm: Difference between revisions

Content deleted Content added
Missed two instances of non-\mathit multi-letter identifiers. Did the rest as well for consistency (wondered if it was the cause of a weird inconsistency in left margin, but appears not).
Jrgauthier (talk | contribs)
m Fluency fix
Line 1:
In [[computer science]], the '''Cocke–Younger–Kasami algorithm''' (alternatively called '''CYK''', or '''CKY''') is a [[parsing]] [[algorithm]] for [[context-free grammar]]s, itsnamed name came from theafter its inventors, [[John Cocke]], Daniel Younger and [[Tadao Kasami]]. It employs [[bottom-up parsing]] and [[dynamic programming]].
 
The standard version of CYK operates only on context-free grammars given in [[Chomsky normal form]] (CNF). However any context-free grammar may be transformed to a CNF grammar expressing the same language {{harv|Sipser|1997}}.