mecab 0.1.0

Safe Rust wrapper for mecab a japanese language part-of-speech and morphological analyzer library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mecab"
license = "MIT"
version = "0.1.0"
authors = ["Cristian Kubis <cristian.kubis@tsunix.de>"]
description = "Safe Rust wrapper for mecab a japanese language part-of-speech and morphological analyzer library"
documentation = "https://github.com/tsurai/mecab-rs"
homepage = "https://github.com/tsurai/mecab-rs"
repository = "https://github.com/tsurai/mecab-rs"
readme = "README.md"
keywords = ["mecab", "libmecab", "japanese", "morphological", "analyzer"]

[dependencies]
libc = "*"