[package]
name = "igo-rs"
version = "0.2.2"
authors = ["yasuhara <yasuhara@gmail.com>"]
repository = "https://bitbucket.org/yshryk/igo-rs"
homepage = "https://bitbucket.org/yshryk/igo-rs"
documentation = "https://docs.rs/igo-rs/"
license = "MIT"
readme = "README.md"
description = "Pure Rust port of the Igo, a POS(Part-Of-Speech) tagger for Japanese (日本語 形態素解析)."
keywords = ["japanese", "tagger"]
categories = ["text-processing", "command-line-utilities"]
exclude = [
"*.iml",
"data/*"
]
[lib]
name = "igo"
[[bin]]
name = "igo"
doc = false
[[bin]]
name = "igo_build_dic"
path = "src/build_dic.rs"
[dependencies]
getopts = "0.*"
log = "0.3"
byteorder = "1"
simple_logger = "0.4"
encoding = "0.2"
glob = "0.2"
bit-set = "^0"