cyk 0.1.0

A modified CYK algorithm to work for Language.
Documentation
[package]
name = "cyk"
version = "0.1.0"
authors = ["Jonathan Pavlik <jonathan.t.pavlik@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "A modified CYK algorithm to work for Language."
readme = "README.org"
keywords = ["cyk", "nlp", "cnf", "language"]
categories = ["algorithms"]

[dependencies]
itertools = "0.9.0"
lazy_static = "1.4.0"
linked-hash-map = "0.5.3"