Skip to content

levchCode/CYK-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cocke–Younger–Kasami algorithm

This notebook describes and demonstrates the CYK algorithm in action.

How to use

Supply the grammar definition to the grammar variable and the word you'd like to test to the check variable. As you progress through the notebook, the test is performed and the resulting triangle is displayed

Releases

No releases published

Packages

No packages published