ngram 0.1.7

Iterator adaptors for n-grams and k-skip-n-grams.
Documentation
1
2
3
4
5
6
7
8
9
10
# ngram [![crates.io]https://img.shields.io/crates/d/ngram.svg]https://crates.io/crates/ngram [![docs.rs]https://docs.rs/ngram/badge.svg]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