wordfreq 0.2.0

Yet another Rust port of wordfreq for looking up the frequencies of words in many languages
Documentation
# wordfreq

This crate is a yet another Rust port of [wordfreq](https://github.com/rspeer/wordfreq),
allowing you to look up the frequencies of words in many languages.

## Documentation

https://docs.rs/wordfreq/

## Licensing

Source code is licensed under either of

 * Apache License, Version 2.0
   ([LICENSE-APACHE]../LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license
   ([LICENSE-MIT]../LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.