lindera-ipadic 3.0.5

A Japanese morphological dictionary for IPADIC.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "embed-ipadic")]
pub mod embedded;

pub const DICTIONARY_NAME: &str = "ipadic";
const VERERSION: &str = env!("CARGO_PKG_VERSION");

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