kenlm-rs 0.1.0

Rust bindings for KenLM language model inference
Documentation
1
2
3
fn main() -> std::process::ExitCode {
    kenlm::commands::main_exit(kenlm::commands::dump_counts)
}