jpreprocess-dictionary 0.13.2

Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language).
Documentation
[[bin]]
name = "dict_tools"
path = "src/bin/dict_tools/main.rs"
required-features = ["binary"]

[dependencies.anyhow]
version = "1.0.82"

[dependencies.bincode]
version = "2.0.1"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.4"

[dependencies.csv]
version = "1.3.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.encoding_rs_io]
version = "0.1.7"

[dependencies.glob]
version = "0.3.1"

[dependencies.jpreprocess-core]
version = "0.13.2"

[dependencies.lindera]
version = "~1.4.1"

[dependencies.lindera-dictionary]
default-features = false
version = "~1.4.1"

[dependencies.log]
version = "0.4.21"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.serde]
version = "1.0.200"

[dependencies.thiserror]
version = "1.0.59"

[dependencies.yada]
version = "0.5.1"

[features]
binary = ["dep:clap"]

[lib]
name = "jpreprocess_dictionary"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)."
documentation = "https://docs.rs/jpreprocess-dictionary"
edition = "2021"
keywords = ["tts", "openjtalk", "library"]
license = "BSD-3-Clause"
name = "jpreprocess-dictionary"
readme = "README.md"
repository = "https://github.com/jpreprocess/jpreprocess"
rust-version = "1.88.0"
version = "0.13.2"