[dependencies.lindera]
version = "2.0.1"
[dependencies.num_cpus]
version = "1.17.0"
[dependencies.pyo3]
features = ["extension-module", "abi3-py310", "generate-import-lib"]
version = "0.27.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.149"
[features]
default = ["train"]
embed-cc-cedict = ["lindera/embed-cc-cedict"]
embed-cjk = ["lindera/embed-cjk"]
embed-ipadic = ["lindera/embed-ipadic"]
embed-ipadic-neologd = ["lindera/embed-ipadic-neologd"]
embed-ko-dic = ["lindera/embed-ko-dic"]
embed-unidic = ["lindera/embed-unidic"]
train = ["lindera/train"]
[lib]
crate-type = ["cdylib"]
name = "lindera"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Python binding for Lindera."
documentation = "https://docs.rs/lindera-python"
edition = "2024"
homepage = "https://github.com/lindera/lindera-python"
keywords = ["morphological", "analysis", "library", "python"]
license = "MIT"
name = "lindera-python"
readme = "README.md"
repository = "https://github.com/lindera/lindera-python"
version = "2.0.0"