Skip to content

tobias-wilfert/CYK

Repository files navigation

CYK

C/C++ CI (Ubuntu) CMake (Windows)

Description:

A C++ implementation of the CYK algorithm that will generate an HTML representation of the constrcuted table.

How to use:

A script compile.sh is provided to build the CYK aswell as a script test.sh to test the CYK.

The first paramter of the program should be the path to the Grammar to use in form of a json file (for an example see Grammar.json) followed by a variable number of strings to simulate.

For example outputs see ./Examples these were generated using the test.sh script.

About

C++ implementation of the CYK algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages