lindera-cli 3.0.4

A morphological analysis CLI.
Documentation
1
2
3
4
5
const VERERSION: &str = env!("CARGO_PKG_VERSION");

pub fn get_version() -> &'static str {
    VERERSION
}