Releases: wamania/php-stemmer
Releases · wamania/php-stemmer
3.0.1
php7.3 - phpunit9
Fix to php ^7.3
Compatible php ^8.0
Tests won't work with php < 7.3
Finnish stemmer
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
Merge pull request #13 from SharkyKZ/patch-1 Fix sprintf() error on PHP 8
Add catalan
Merge pull request #10 from miceno/catalan Add catalan stemmer.
change utf8 class and some improvements
- New UTF8 class https://github.com/voku/portable-utf8
- Add a factory and a manager
- PHP 7.4 OK
Compatibility for UTF8 class with php7.4
Merge pull request #6 from HLeithner/patch-1 Fix PHP 7.4 deprecation warnings
Add russian
1.2 Russian Ok
1.1: Merge pull request #2 from lcobucci/add-interface
Add an interface to abstract the public API