Crates.io | common-words-all |
lib.rs | common-words-all |
version | 0.0.2 |
source | src |
created_at | 2024-10-24 20:13:17.666062 |
updated_at | 2024-11-05 21:57:03.825047 |
description | Most common words sorted by ngram frequency. |
homepage | |
repository | https://github.com/developermindsetcom/common-words |
max_upload_size | |
id | 1421715 |
size | 15,260,678 |
Most common words sorted by ngram frequency.
Available in the following languages:
Available ngram sizes:
Get top 10 english ngrams:
let top = get_top(Language::English, 10, NgramSize::One);
You can specify features of language (english
) and ngram size (one
)
cargo run --example simple --no-default-features -F english -F one --release
Dataset version 20200217 from Google Books
© 2024, Eugene Hauptmann