Releases: greyblake/whatlang-rs
Releases · greyblake/whatlang-rs
Whatlang v0.16.2 - 2022-10-23
Whatlang v0.7.0 - 2019-03-03
A new version of Whatlang (library for natural language recognition in rust) released.
Changes
- Support Afrikaans language (
afr
) - Get rid of build dependencies: installation is much faster now
Whatlang version 0.6.0 - 2018-11-09
- Use hashbrown instead of fnv (detect() is 30% faster)
- Use array on stack instead of vector for detect_script (1-2% faster)
- Use build.rs to generate
lang.rs
file - Add property based testing
Whatlang version 0.5.0 - 2017-08-06
- (breaking) Rename
Lang::to_code(&self)
toLang::code(&self)
- (fix) Fix bug with zero division in confidence calculation
- (fix) Confidence can not exceed 1.0
- Implement
Lang::eng_name(&self) -> &str
function - Implement
Lang::name(&self) -> &str
function - Implement
Script::name(&self) -> &str
function - Implement trait
Dislpay
forScript
- Implement
Display
trait forLang