Download & Extend

Releases for Porter-Stemmer

porterstemmer 7.x-1.x-dev

Download Size md5 hash
porterstemmer-7.x-1.x-dev.tar.gz 164.3 KB 4ffd14bfb01ea5d1476f22484f8c876d
porterstemmer-7.x-1.x-dev.zip 171.8 KB d45bda8ccd5dd4ab3ea66c14f13539f2
Last updated: February 25, 2011 - 07:46
Development snapshot from branch: 7.x-1.x

Release notes

Development snapshot.

Currently the same as the 7.x-1.0 release. Nothing has been changed. Yet.

porterstemmer 7.x-1.0

Download Size md5 hash
porterstemmer-7.x-1.0.tar.gz 164.66 KB 673699d274d03b5ca5b92053e7ce4ead
porterstemmer-7.x-1.0.zip 172.08 KB e6e2c268c3164ecead095eea3ab9bb85
Last updated: December 24, 2010 - 23:40
Official release from tag: 7.x-1.0

Release notes

Initial release for Drupal 7.x. Functionally equivalent to version 6.x-2.6.

porterstemmer 6.x-2.6

Download Size md5 hash
porterstemmer-6.x-2.6.tar.gz 164.7 KB f9c59241a81707adda98257c57266f91
porterstemmer-6.x-2.6.zip 172.13 KB 74b7e6dcbed3bfe20fe8729f22ecc745
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.6

Release notes

Changes since the last version:
- Fix problems in excerpt matching function (issue: #850950: capitalization can cause porterstemmer_sbp_excerpt_match() to miss matches )
- Clean up a few Coder warnings (no functionality change -- issue: - #699170: Several coder warnings)
- Fix the hook_help() implementation (help was broken).

porterstemmer 6.x-2.5

Download Size md5 hash
porterstemmer-6.x-2.5.tar.gz 163.98 KB 178b5f9bac03f6ac48646e856eb84d2b
porterstemmer-6.x-2.5.zip 171.4 KB c55ed79ce74d999a1bb338796736dac3
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.5

Release notes

Fixed a PHP error that was causing error messages in logs for some users. See issue report:
#651850: Parameter 1 to porterstemmer_search_preprocess() expected to be a reference

Also added new functional tests.

porterstemmer 6.x-2.4

Download Size md5 hash
porterstemmer-6.x-2.4.tar.gz 163.19 KB 27f4372aeb22f55dc7bd587691cf9023
porterstemmer-6.x-2.4.zip 170.55 KB 384c8b83646be373018ebd1425ca4398
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.4

Release notes

Uses the PECL stemming library from http://pecl.php.net/package/stem if available, for efficiency. This library functions exactly the same as the PHP implementation in the Porter Stemmer module, and is several times faster due to being compiled and integrated with PHP itself (if it is installed on your web server).

porterstemmer 6.x-2.3

Download Size md5 hash
porterstemmer-6.x-2.3.tar.gz 162.11 KB adc49a77b78661bd7d36f9e60cb29ca4
porterstemmer-6.x-2.3.zip 169.34 KB 5f68fe28634eb3e2c129c9c16c539108
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.3

Release notes

Fix critical issue causing Porter Stemmer to hang in infinite loop with PHP 4.x -- see issue:
#599058: cron hang on preg_replace param count @ line 327

porterstemmer 6.x-2.2

Download Size md5 hash
porterstemmer-6.x-2.2.tar.gz 161.96 KB a9fdfe9131e9ef4b6b5dcc5cbc46f267
porterstemmer-6.x-2.2.zip 169.17 KB 2bfd8c65a5de4cba19bdccb02f0859b0
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.2

Release notes

Add implementation of exerpt hook for Search by Page module, for better highlightin of stemmed keyword matches in search output. See issues:
#493270: search_excerpt() doesn't work well with stemming
#437084: Excerpt fails to find stemmed keyword
#492892: Option to display teasers instead of excerpts to get around stemming issues

porterstemmer 6.x-2.1

Download Size md5 hash
porterstemmer-6.x-2.1.tar.gz 161.29 KB bafe3d648406bea63efb0fb1b9852a6f
porterstemmer-6.x-2.1.zip 168.61 KB 0977aa10e00cdabfa161a549587d6f45
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.1

Release notes

Minimum word size for stemming is now taken from the Search module setting, rather than being a hard-wired 3 letters. See issue:
#558842: Porter Stemmer should respect Drupal minimum word size setting

porterstemmer 6.x-2.0

Download Size md5 hash
porterstemmer-6.x-2.0.tar.gz 161 KB 8dfbf538b8a769c617a05d730420f0bf
porterstemmer-6.x-2.0.zip 168.31 KB fe56d08e2ae876cdd810a860260b9a94
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-2.0

Release notes

The main purpose of this release is an upgrade to Version 2 of the Porter Stemmer algorithm - see issue http://drupal.org/node/511930

This release also fixes the following issues:
* Make minimum word size for stemming be 3 characters - see issue http://drupal.org/node/219335
* Make sure all function names have module prefix - see issue http://drupal.org/node/437094

porterstemmer 6.x-1.0

Download Size md5 hash
porterstemmer-6.x-1.0.tar.gz 8.66 KB b990eb95c7773a50f91bb44806f34aa4
porterstemmer-6.x-1.0.zip 9.79 KB 6782f9b9788beccdeb97026ca7f21dca
Last updated: December 24, 2010 - 23:40
Official release from tag: 6.x-1.0

Release notes

A 6.x compatible direct port of the 5.x code (which was a direct port of the 4.7 code).

porterstemmer 6.x-1.x-dev

Download Size md5 hash
porterstemmer-6.x-1.x-dev.tar.gz 8.74 KB 99f744724de585e303f39f4fe02e995f
porterstemmer-6.x-1.x-dev.zip 9.82 KB 2327d1de1295fec591d58b6c6e4dc795
Last updated: February 25, 2011 - 07:46
Development snapshot from branch: 6.x-1.x

Release notes

Development release of the Porterstemmer module compatible with Drupal6.x

Thanks to ceejayoz for the port to Drupal6.

If this works well then I'll create a 6.x-1.0 release in a few weeks.

porterstemmer 5.x-1.0

Download Size md5 hash
porterstemmer-5.x-1.0.tar.gz 8.65 KB 7e33d055741695dba16447d4e3f8eb56
porterstemmer-5.x-1.0.zip 9.78 KB e454ed40f035f72eb813d384373cfbeb
Last updated: December 24, 2010 - 23:40
Official release from tag: 5.x-1.0

Release notes

An official release that is 5.x compatible. The same as the 4.7 version of the module.

porterstemmer 5.x-1.x-dev

Download Size md5 hash
porterstemmer-5.x-1.x-dev.tar.gz 8.73 KB d37b424fb9c1a421085282600ba485a5
porterstemmer-5.x-1.x-dev.zip 9.81 KB d496120692432949484caed06117614a
Last updated: February 25, 2011 - 07:46
Development snapshot from branch: 5.x-1.x

Release notes

A 5.x compatible release of the Porter-Stemmer module. Currently includes basically no changes from the 4.7 version of the module.

porterstemmer 6.x-2.x-dev

Download Size md5 hash
porterstemmer-6.x-2.x-dev.tar.gz 164.3 KB bb9527f16319c23f43fc59b940f63cd3
porterstemmer-6.x-2.x-dev.zip 171.83 KB 040dc67948e6b537b53bf4fdca2e050b
Last updated: February 25, 2011 - 07:46
Development snapshot from branch: 6.x-2.x

Release notes

Changes since version 6.x-2.6 of Porter Stemmer:

None at this time.

porterstemmer 4.6.x-1.x-dev

Download Size md5 hash
porterstemmer-4.6.x-1.x-dev.tar.gz 8.4 KB 6761730af74d72c039ce4d6bc00e01ba
porterstemmer-4.6.x-1.x-dev.zip 9.36 KB 999365e7bc73fa2f0fdd59c265f4bda7
Last updated: December 25, 2010 - 04:24
Development snapshot from branch: 4.6.x-1.x

porterstemmer 4.7.x-1.x-dev

Download Size md5 hash
porterstemmer-4.7.x-1.x-dev.tar.gz 8.4 KB 6f0cf45e6d0066525afc51d13b34c645
porterstemmer-4.7.x-1.x-dev.zip 9.36 KB 3341af77b6dbc75d94099752b2a0263d
Last updated: December 25, 2010 - 04:24
Development snapshot from branch: 4.7.x-1.x
Subscribe with RSS Syndicate content