#ngrams #counting #count #numbers

histongram

A small crate for counting n-grams

2 unstable releases

0.2.0 Sep 23, 2022
0.1.0 Sep 21, 2022

#17 in #ngrams

37 downloads per month

MIT/Apache

20KB
209 lines

Histo(n)gram

A little Rust crate to count the number of n-grams in a text.

Future work

  • Add python bindings

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted by you, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

A small crate for counting n-grams

Dependencies

~0.7–1.2MB
~19K SLoC