# ngram [](https://crates.io/crates/ngram) [](https://docs.rs/ngram)
Rust iterator adaptors for n-grams and k-skip-n-grams.
Requires nightly compiler due to the use of [trait specialization](https://github.com/rust-lang/rust/issues/31844) over `Copy + Clone` vs `Clone` types.
# References
- [N-Gram](https://en.wikipedia.org/wiki/N-gram)
# License
MIT