Skip to content
/ CYK Public
forked from TUCircle/CYK

CYK table for a special word and rules

Notifications You must be signed in to change notification settings

L3viathan/CYK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CYK

Create a CYK table for a special word and rules.

How to use

  • Install Python 3.
  • Start the programm with python3 cyk.py "the man saw the woman on the telescope".
  • You will see a table inside your console for the sentence and the given rules inside the config.py file.
  • If you want to change the rules you need to change the config.py file which is in the same directory.
  • If you want you can print the table as a latex table with the option --latex, or as a booktabs table with --booktabs.

About

CYK table for a special word and rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%