Language Detection Versions Save

A language detection library for PHP. Detects the language from a given text string.

v3.2.0

6 years ago
  • 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

6 years ago

Added the latest commits to the release.

v3.1.0

7 years ago

Added

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

v3.0

7 years ago

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

7 years ago
  • Fixed typos for Lithuanian language sample
  • Fixed wrong ISO 639-1 codes

v2.1

7 years ago

Fixed a bug that could produce slightly worse results.

v2.0

7 years ago

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

v1.2

7 years ago

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

v1.1

7 years ago

Added new languages

v1.0

7 years ago