a PHP extension that provides word stemming
This stem extension for PHP provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org
License: BSD
Version | Release | Download |
1.5.1 | 2012-03-25 | stem-1.5.1.tgz |
1.5.0 | 2008-06-09 | stem-1.5.0.tgz |
Version | Message |
1.5.1 | * PHP 5.4 Compatibility |
1.5.0 |
* Reimported the new API from Snowball and synchronize all currently available stemmers. * Added Turkish (Unicode), Romanian and Hungarian stemmers * Using current param parsing in ZE (don't manipulate zvals directly) * Fix bug #12482 |