ngram 0.1.12

Iterator adaptors for n-grams and k-skip-n-grams.
Documentation

ngram crates.io docs.rs

Rust iterator adaptors for n-grams and k-skip-n-grams.

Requires nightly compiler due to the use of trait specialization over Copy + Clone vs Clone types.

References

License

MIT