Skip to content

Releases: patrickschur/language-detection

v3.2.0

19 Aug 22:33
Compare
Choose a tag to compare
  • Added experimental support for custom directories. You can now specify your own path for translation files.
  • Added credits for the translation files.
  • Corrections for Amharic, Czech and Lao translation.

v3.1.1

27 Jul 09:39
Compare
Choose a tag to compare

Added the latest commits to the release.

v3.1.0

14 Mar 10:52
Compare
Choose a tag to compare

Added

  • Support for the languages Lingala, Sanskrit, Tonga and Urdu

v3.0

05 Feb 01:04
Compare
Choose a tag to compare

Added

  • CHANGELOG.md
  • CONTRIBUTING.md
  • Tokenizer interface

Changed

  • Folder structure (renamed etc to resources)
  • Renamed all language files (added .txt extension)
  • Improved performance
  • Updated to PHPUnit 6
  • Updated README.md

Removed

  • Autoloader script
  • Language model _langs.json

v2.1.1

02 Feb 23:08
Compare
Choose a tag to compare
  • Fixed typos for Lithuanian language sample
  • Fixed wrong ISO 639-1 codes

v2.1

29 Jan 22:14
Compare
Choose a tag to compare

Fixed a bug that could produce slightly worse results.

v2.0

09 Jan 17:31
Compare
Choose a tag to compare

Changed the interface and added an IteratorAggregate interface to iterate over the results from LanguageResult easily.

v1.2

04 Jan 18:40
Compare
Choose a tag to compare

Added several new languages. It can now recognize 106 languages.

v1.1

31 Dec 10:53
Compare
Choose a tag to compare

Added new languages

First Release

25 Dec 07:43
Compare
Choose a tag to compare
v1.0

Initial commit