| Package Information |
| Summary |
a PHP extension that provides word stemming |
| Maintainers |
Olivier Hill <ohill@php.net> (lead) [wishlist] [details] Jay Smith <jay@php.net> (lead) [details]
|
| License |
BSD |
| Description |
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 |
Release notes Version 1.5.0 (stable) |
* 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 |