[package]
name = "lindera-python"
version = "1.4.0"
edition = "2024"
description = "Python binding for Lindera."
documentation = "https://docs.rs/lindera-python"
homepage = "https://github.com/lindera/lindera-python"
repository = "https://github.com/lindera/lindera-python"
readme = "README.md"
keywords = ["morphological", "analysis", "library", "python"]
categories = ["text-processing"]
license = "MIT"
[lib]
name = "lindera"
path = "src/lib.rs"
crate-type = ["cdylib"]
[features]
embedded-ipadic = [
"lindera/embedded-ipadic",
]
embedded-ipadic-neologd = [
"lindera/embedded-ipadic-neologd",
]
embedded-unidic = [
"lindera/embedded-unidic",
]
embedded-ko-dic = [
"lindera/embedded-ko-dic",
]
embedded-cc-cedict = [
"lindera/embedded-cc-cedict",
]
embedded-cjk = [
"lindera/embedded-cjk",
]
train = ["lindera/train"]
default = ["train"]
[dependencies]
pyo3 = { version = "0.27.2", features = ["extension-module"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.148"
num_cpus = "1.17.0"
lindera = "1.5.0"