Releases: patrickschur/language-detection
Releases · patrickschur/language-detection
v3.2.0
- 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
Added the latest commits to the release.
v3.1.0
Added
- Support for the languages Lingala, Sanskrit, Tonga and Urdu
v3.0
Added
CHANGELOG.md
CONTRIBUTING.md
- Tokenizer interface
Changed
- Folder structure (renamed
etc
toresources
) - 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
- Fixed typos for Lithuanian language sample
- Fixed wrong ISO 639-1 codes
v2.1
Fixed a bug that could produce slightly worse results.
v2.0
Changed the interface and added an IteratorAggregate interface to iterate over the results from LanguageResult easily.
v1.2
Added several new languages. It can now recognize 106 languages.
v1.1
Added new languages
First Release
v1.0 Initial commit