textcat 0.3.2

Simple library to detect text categories. It can be used to detect the language of a given text
Documentation
# textcat-rs

Library to extract N-Grams from texts. This is a low level library.
[Lingo](https://github.com/crodas/lingo-rs) is build on top of this library to
detect human languages on texts.

This library provides tools to train with sample texts, extracting N-Grams from
texts, create sample and train categories. The trained data can be serialized to
be used later. The library also provides tools to detect to which pretained
category a given text would be closer to.