textcat-rs
N-Gram-Based Text Categorization with built-in support for natural language detection.
Usage - Natural language.
use TextCat;
Adding support for languages.
Adding support to new languages is quite trivial. Add a new sample file in embed/samples and run cargo run in the embed sub-project. This step will embed the new features for the new language.