Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fin-w committed Oct 10, 2024
1 parent b4ae1d7 commit 574b33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 | ? |
Expand Down

0 comments on commit 574b33a

Please sign in to comment.