Cocke–Younger–Kasami algorithm

GPTKB entity

Statements (22)
Predicate Object
gptkbp:instanceOf parsing algorithm
gptkbp:alsoKnownAs gptkb:CYK_algorithm
gptkbp:appliesTo natural language processing
compiler construction
gptkbp:category formal language theory
dynamic programming
gptkbp:complexity O(n^3 * |G|)
gptkbp:deterministic yes
gptkbp:firstPublished 1960
https://www.w3.org/2000/01/rdf-schema#label Cocke–Younger–Kasami algorithm
gptkbp:input string and context-free grammar in Chomsky normal form
gptkbp:namedAfter gptkb:John_Cocke
Daniel Younger
Tadasi Kasami
gptkbp:output parse table
gptkbp:relatedTo gptkb:Viterbi_algorithm
Earley parser
chart parsing
gptkbp:requiresGrammarForm gptkb:Chomsky_normal_form
gptkbp:usedFor parsing context-free grammars
gptkbp:bfsParent gptkb:CYK_algorithm
gptkbp:bfsLayer 7