cyk 0.1.0

A modified CYK algorithm to work for Language.
Documentation
[dependencies.itertools]
version = "0.9.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.linked-hash-map]
version = "0.5.3"

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