Skip to content

Releases: nitotm/efficient-language-detector

v2.1.2 fix isReliable() bug

10 Sep 12:57
7c69b13
Compare
Choose a tag to compare
Update LanguageResult.php

v3.0.0-BETA

10 Sep 13:02
Compare
Choose a tag to compare
v3.0.0-BETA Pre-release
Pre-release

Changes from ELD v2 to v3-beta:

  • detect()->language now returns string 'und' for undetermined instead of NULL
  • Databases are not compatible, and bigger, medium v2 ≈ small v3
  • dynamicLangSubset() function is removed
  • Function cleanText() is now named enableTextCleanup()

v2.1.1 Create .gitattributes

21 Jun 09:43
f6db74b
Compare
Choose a tag to compare

Remove files in tests/ misc/ and benchmark/ from the installation when installing the library via composer install --prefer-dist

v2.1.0 Added info function

03 Oct 21:16
Compare
Choose a tag to compare

Added info() function

v2.0.0 Return type changed

17 Jul 18:55
Compare
Choose a tag to compare

Return type changed from array to object. Upgraded from PHP 7.3 to 7.4

v1.0.3 Code improvements.

19 Jun 22:40
Compare
Choose a tag to compare

Code improvements. Fixed LanguageDetector file name.