From 574b33a074d012feb082551c6a75607a6cda386b Mon Sep 17 00:00:00 2001 From: fin-w Date: Thu, 10 Oct 2024 00:28:18 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a2c3b3..744ba1a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ## Features -* Supports [69 languages](https://github.com/greyblake/whatlang-rs/blob/master/SUPPORTED_LANGUAGES.md) +* Supports [70 languages](https://github.com/greyblake/whatlang-rs/blob/master/SUPPORTED_LANGUAGES.md) * 100% written in Rust * Lightweight, fast and simple * Recognizes not only a language, but also a script (Latin, Cyrillic, etc) @@ -108,7 +108,7 @@ For more details, please check a blog article [Introduction to Rust Whatlang Lib | | Whatlang | CLD2 | CLD3 | | ------------------------- | ---------- | ----------- | -------------- | | Implementation language | Rust | C++ | C++ | -| Languages | 68 | 83 | 107 | +| Languages | 70 | 83 | 107 | | Algorithm | trigrams | quadgrams | neural network | | Supported Encoding | UTF-8 | UTF-8 | ? | | HTML support | no | yes | ? |