[[bin]]
name = "nlpo3"
path = "src/main.rs"
[dependencies.clap]
version = "3.0.0-beta.2"
[dependencies.nlpo3]
version = "1.2.0"
[package]
authors = ["Vee Satayamas <5ssgdxltv@relay.firefox.com>"]
categories = ["text-processing"]
description = "Command line interface for nlpO3, a Thai natural language processing library"
documentation = "https://github.com/PyThaiNLP/nlpo3/tree/main/nlpo3-cli/README.md"
edition = "2018"
homepage = "https://github.com/PyThaiNLP/nlpo3/tree/main/nlpo3-cli/"
keywords = ["thai", "tokenizer", "nlp", "word-segmentation", "cli"]
license = "Apache-2.0"
name = "nlpo3-cli"
readme = "README.md"
repository = "https://github.com/PyThaiNLP/nlpo3/"
version = "0.2.0"