whatlang 0.1.2

Natural language detection library. Identifies language of a given text.
Documentation
[package]
name = "whatlang"
version = "0.1.2"
authors = ["Sergey Potapov <blake131313@gmail.com>"]

include = [
    "src/**/*",
    "test/**/*",
    "Cargo.toml",
    "README.md"
]

description = "Natural language detection library. Identifies language of a given text."
keywords = ["language", "nlp", "lang", "whatlang", "text"]
license = "MIT"
repository = "https://github.com/greyblake/whatlang-rs"
homepage = "https://github.com/greyblake/whatlang-rs"
documentation = "https://github.com/greyblake/whatlang-rs"

[dependencies]

[dev-dependencies]
rustc-serialize = "0.3"