Skip to content

Releases: khaled-alshamaa/ar-php

Ar-PHP Version 7.0.0

07 Mar 22:46
Compare
Choose a tag to compare
  • 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

04 Apr 22:10
Compare
Choose a tag to compare

Ar-PHP Version 6.3.3

01 Apr 00:05
Compare
Choose a tag to compare

Ar-PHP Version 6.3.2

21 Jan 07:27
Compare
Choose a tag to compare

Ar-PHP Version 6.3.1

18 Dec 09:18
Compare
Choose a tag to compare

Ar-PHP Version 6.3.0

17 Jun 18:34
Compare
Choose a tag to compare

Ar-PHP Version 6.2.0

20 Jun 19:43
Compare
Choose a tag to compare
v6.2.0

Update documentation for version 6.2

Ar-PHP Version 6.1.0

30 Apr 22:09
Compare
Choose a tag to compare
v6.1.0

Release notes for version 6.1.0

Ar-PHP Version 6.0.0

15 Feb 14:18
Compare
Choose a tag to compare
v6.0.0

Highlight method names

Ar-PHP Version 5.5.2

26 Jan 00:43
a25b31a
Compare
Choose a tag to compare
v5.5.2

Fix the reference to the Arabic.php class file