CYK algorithm

GPTKB entity

Statements (24)
Predicate Object
gptkbp:instanceOf parsing algorithm
gptkbp:canBe natural language processing
syntactic analysis
gptkbp:category dynamic programming
gptkbp:complexity O(n^3 * |G|)
gptkbp:field computer science
formal language theory
gptkbp:firstPublished 1960
gptkbp:fullName gptkb:Cocke–Younger–Kasami_algorithm
https://www.w3.org/2000/01/rdf-schema#label CYK algorithm
gptkbp:input string
context-free grammar in Chomsky normal form
gptkbp:namedAfter gptkb:John_Cocke
Daniel Younger
Tadasi Kasami
gptkbp:output parse table
boolean (whether string is in language)
gptkbp:relatedTo Earley parser
chart parsing
gptkbp:requiresGrammarForm gptkb:Chomsky_normal_form
gptkbp:usedFor parsing context-free grammars
gptkbp:bfsParent gptkb:Valiant's_algorithm
gptkb:Chomsky_normal_form
gptkbp:bfsLayer 6