lindera-cli 4.0.0

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

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