Releases: khaled-alshamaa/ar-php
Ar-PHP Version 7.0.0
-
Full integration with the open-source version of the Arabic Spell Checker (ASC https://arabicspellchecker.com/open-source.html).
-
Implement a lazy-loading mechanism that defers reading large data files until they are actually needed, improving average performance by 40% ± 5%.
-
Add the new "arDialect" method for Arabic dialect identification (i.e., Egyptian, Levantine, Maghrebi, and Peninsular) of the text (e.g., comments, reviews, etc.).
-
Add an Arabic version of the PHP similar_text() function, implemented using the Needleman-Wunsch algorithm with weighted scoring matrices and a non-linear gap penalty.
-
Add Urdu characters support to the utf8Glyphs() function.
-
Expand character glyphs support in the utf8Glyphs() function to include all single letter variants listed in the Arabic Presentation Forms-A needed for Ottoman, Persian, Urdu, Sindhi, and Central Asian languages.
-
Various minor fixes and improvements, see related pull requests and closed issues for details.
Ar-PHP Version 6.3.4
Ar-PHP Version 6.3.3
Ar-PHP Version 6.3.2
Ar-PHP Version 6.3.1
Ar-PHP Version 6.3.0
Ar-PHP Version 6.2.0
v6.2.0 Update documentation for version 6.2
Ar-PHP Version 6.1.0
v6.1.0 Release notes for version 6.1.0
Ar-PHP Version 6.0.0
v6.0.0 Highlight method names
Ar-PHP Version 5.5.2
v5.5.2 Fix the reference to the Arabic.php class file