summaryrefslogtreecommitdiffstats
path: root/src/data.rs
blob: 0e8f9ae84644cb3165b21287f2183c16881c1142 (plain) (blame)
1
2
3
4
5
pub const ENGLISH_FREQUENCIES: [f64; 26] = [
    0.0804, 0.0148, 0.0334, 0.0382, 0.1249, 0.0240, 0.0187, 0.0505, 0.0757,
    0.0016, 0.0054, 0.0407, 0.0251, 0.0723, 0.0764, 0.0214, 0.0012, 0.0628,
    0.0651, 0.0928, 0.0273, 0.0105, 0.0168, 0.0023, 0.0166, 0.0009,
];