Bookmarks
Concepts
Activity
Courses
Learning Plans
Courses
Request
Log In
Sign up
New Course
Concept
Chomsky Normal Form
Chomsky Normal Form
(CNF) is a standardized form of
context-free grammars
where each
production rule
is either of the form A → BC or A → a, with A, B, and C being
non-
terminal symbol
s and a being a
terminal symbol
. This form simplifies the
parsing process
and is particularly useful for algorithms like the
CYK algorithm
, which checks
membership of strings
in
context-free languages
.
Relevant Degrees
Computer Science and Data Processing 70%
Number Theory 30%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Learning Plan
Log in to see lessons
Log In
Sign up
3