lindera-cli 0.39.0

A morphological analysis command line interface.
[[bin]]
name = "lindera"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5.27"

[dependencies.lindera]
version = "0.39.0"

[dependencies.serde_json]
version = "1.0.137"

[features]
cc-cedict = ["lindera/cc-cedict"]
cjk = ["lindera/cjk"]
cjk2 = ["lindera/cjk2"]
cjk3 = ["lindera/cjk3"]
compress = ["lindera/compress"]
default = []
ipadic = ["lindera/ipadic"]
ipadic-neologd = ["lindera/ipadic-neologd"]
ko-dic = ["lindera/ko-dic"]
unidic = ["lindera/unidic"]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "A morphological analysis command line interface."
documentation = "https://docs.rs/lindera-cli"
edition = "2021"
homepage = "https://github.com/lindera-morphology/lindera"
keywords = ["morphological", "analysis", "cli"]
license = "MIT"
name = "lindera-cli"
readme = "README.md"
repository = "https://github.com/lindera-morphology/lindera"
version = "0.39.0"