Skip to content

Releases: greyblake/whatlang-rs

Whatlang v0.16.2 - 2022-10-23

23 Oct 14:15
Compare
Choose a tag to compare

Changes:

Whatlang v0.7.0 - 2019-03-03

03 Mar 16:17
a7c7133
Compare
Choose a tag to compare

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

03 Mar 16:10
73e1e2f
Compare
Choose a tag to compare
  • 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

03 Mar 16:12
Compare
Choose a tag to compare
  • (breaking) Rename Lang::to_code(&self) to Lang::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 for Script
  • Implement Display trait for Lang