An open API service indexing awesome lists of open source software.

https://github.com/timnn/cyk

A quick & dirty implementation of the cyk algorithm.
https://github.com/timnn/cyk

Last synced: 8 months ago
JSON representation

A quick & dirty implementation of the cyk algorithm.

Awesome Lists containing this project

README

          

A quick & dirty implementation of the cyk algorithm, implemented to avoid "manual" labor for a theoretical computer science homework.

Input needs to look like this:

```
[rules]
--
[test]
[words]
```

Example:

```
S → AB, BC
A → BA
B → CC, b
C → a
--
aaaaa
aaaaaa
```

Output is some meta data and cache entries formatted as latex math.