[package]
name = "text-processing-rs"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
description = "Inverse Text Normalization (ITN) — convert spoken-form ASR output to written form"
repository = "https://github.com/FluidInference/text-processing-rs"
keywords = ["asr", "speech", "normalization", "nlp", "itn"]
categories = ["text-processing"]
[lib]
crate-type = ["lib", "staticlib", "cdylib"]
[dependencies]
lazy_static = "1"
[dev-dependencies]
proptest = "1"
[features]
default = []
ffi = []