Skip to content

Releases: wamania/php-stemmer

3.0.1

04 Jun 13:37
8ea32b6
Compare
Choose a tag to compare

PHP 8.2 Support
Compatible voku/portable-utf8 ^6.0

php7.3 - phpunit9

17 Aug 18:19
eab7b93
Compare
Choose a tag to compare

Fix to php ^7.3
Compatible php ^8.0
Tests won't work with php < 7.3

Finnish stemmer

10 Feb 09:08
a5eafec
Compare
Choose a tag to compare
Finnish (#20)

* finnish stemmer

* finish

* save finnish

* finnish stemmer

* finish

* save finnish

* Working on the Finnish stemmer

* All steps done, now debugging

* Improvements to the process

* Finnish Snowball Stemmer ready and passing tests

* Updated test material

Removed broken test cases.

* Adds Finnish to the list in README

* Removes unnecessary test files

* Change the package name in composer.json

* Removes an extra comma from composer.json

* Corrects the first test in the Finnish stemmer

* Changes package name in composer.json

* eof

Co-authored-by: Guillaume A <guillaume.affringue@webedia-group.com>
Co-authored-by: Mikko Saari <mikko@mikkosaari.fi>
Co-authored-by: Your Name <you@example.com>

SharkyKZ/patch-1

19 Dec 21:13
5e3b952
Compare
Choose a tag to compare
Merge pull request #13 from SharkyKZ/patch-1

Fix sprintf() error on PHP 8

Add catalan

25 May 21:12
02ca30d
Compare
Choose a tag to compare
Merge pull request #10 from miceno/catalan

Add catalan stemmer.

change utf8 class and some improvements

16 Jan 15:04
b85a059
Compare
Choose a tag to compare

Compatibility for UTF8 class with php7.4

16 Jan 17:59
7ea3de8
Compare
Choose a tag to compare
Merge pull request #6 from HLeithner/patch-1

Fix PHP 7.4 deprecation warnings

Add russian

27 Jan 17:17
Compare
Choose a tag to compare
1.2

Russian Ok

1.1: Merge pull request #2 from lcobucci/add-interface

07 Dec 21:21
Compare
Choose a tag to compare
Add an interface to abstract the public API

1.0

12 Sep 09:51
Compare
Choose a tag to compare
1.0
Update Readme