Skip to content

KaustubhD/CYK-implementation-JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CYK-implementation-JAVA

A simple implementation of CYK algorithm to check the validity of a string according to the given grammer

Note: For using this algorithm, the grammer must be in CNF (Chomsky Normal Form).

How did i understand it ? Try this pdf

If not, feel free to provide better resources.

About

A simple implementation of CYK algorithm to check the validity of a string according to the given grammer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages