[package]
edition = "2018"
name = "chamkho"
version = "1.5.0"
authors = ["Vee Satayamas <vsatayamas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Khmer, Lao, Myanmar, and Thai word segmentation/breaking library and command line"
homepage = "https://github.com/veer66/chamkho"
documentation = "https://github.com/veer66/chamkho/blob/master/README.md"
readme = "README.md"
keywords = [
"text",
"nlp",
"lao",
"thai",
"library",
]
license = "Apache-2.0"
repository = "https://github.com/veer66/chamkho"
[features]
onedir = []
[[bin]]
name = "wordcut"
path = "src/cli.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.proc-macro2]
version = "1.0.42"
[dependencies.wordcut-engine]
version = "1.2.2"