textcat 0.3.2

Simple library to detect text categories. It can be used to detect the language of a given text
Documentation
[dependencies.glob]
version = "0.3.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.unicode-segmentation]
version = "1.7.1"

[package]
authors = ["Cesar Rodas <cesar@rodasm.com.py>"]
description = "Simple library to detect text categories. It can be used to detect the language of a given text"
edition = "2018"
license = "MIT"
name = "textcat"
repository = "https://github.com/crodas/textcat-rs"
version = "0.3.2"