Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.446.282 Times

Stemmer freeware
 

Stemmer

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 579

Stemm-es: A spanish stemmer It's a stemmer for Spanish implemented in PHP (Based on Porter Algorithm) / Es un lexemador para espaol implementado en PHP (Basado en el algoritmo de Porter)



Platforms: Windows, Mac, Linux

License: Freeware Size: 118.38 KB Download (46): Stemm-es: A spanish stemmer Download

Added: May 10, 2013 | Visits: 425

German Stemmer 6.x-2.0-rc1 / 6.x-1.1 / 5.x- It will help the german community to offer better searching capabilities to there users.Beside the rules for stemming the module contains a hard coded list of stop words as well as a list of exceptions.A patch to highlight stemmed words is also included.InstallationUnpack in your modules folder...





Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): German Stemmer 6.x-2.0-rc1 / 6.x-1.1 / 5.x- Download

Added: May 10, 2013 | Visits: 381

German Stemmer 6.x-2.0-rc1 / 6.x-1.1 / 5.x- It will help the german community to offer better searching capabilities to there users.Beside the rules for stemming the module contains a hard coded list of stop words as well as a list of exceptions.A patch to highlight stemmed words is also included.InstallationUnpack in your modules folder...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): German Stemmer 6.x-2.0-rc1 / 6.x-1.1 / 5.x- Download

Added: May 10, 2013 | Visits: 391

German Stemmer 6.x-2.0-rc1 / 6.x-1.1 / 5.x- It will help the german community to offer better searching capabilities to there users.Beside the rules for stemming the module contains a hard coded list of stop words as well as a list of exceptions.A patch to highlight stemmed words is also included.InstallationUnpack in your modules folder...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): German Stemmer 6.x-2.0-rc1 / 6.x-1.1 / 5.x- Download

Added: July 16, 2013 | Visits: 567

French stemmer This module improves results of the search module for the french language.It does so by using the Paice Husk stemmer algorithm and some extra process : * accents are removed, * 'au' 'eau' 'o' are interpreted as 'o', * double letters are reduced to one letter, 'tt', 'mm', 'nn' etc. are interpreted...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): French stemmer Download

Added: May 10, 2013 | Visits: 253

Dutch Stemmer 5.x-1.x-dev It reduces each word in the index to its basic root or stem so that variations on a word (e.g. "boom, bomen" or "opheffen, opheffing, opheffende") are considered equivalent when searching.The result of stemming is better search results.InstallationUnpack in your modules folder (usually...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Dutch Stemmer 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 338

Porter-Stemmer It reduces each word in the index to its basic root or stem (e.g. 'blogging' to 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are considered equivalent when searching. This generally results in more relevant results.Installation - Copy the porterstemmer.module to...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): Porter-Stemmer Download

Added: June 27, 2013 | Visits: 477

Italian stemmer This module improves the results of the search module for the Italian language.It is an implementation of Martin Porter's stemming algorithm for Italian language (the customized algorithm can be found here).It is based on an original php code written by Roberto Mirizzi...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Italian stemmer Download

Added: June 11, 2013 | Visits: 482

Greek Stemmer The problemDrupal's core search module requires an absolute match between the query word and a word e.g. in a nodein order to return the node as a result to the user. In the Greek language words tend to have many forms thatdepend on many factors (e.g. grammatical), a fact that almost completely...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Greek Stemmer Download

Added: May 17, 2013 | Visits: 403

Danish stemmer This module helps improve search on Danish Drupal sites by reducing words to their stem. It implements the Danish stemming algorithm described by the Snowball project.


Platforms: PHP

License: Freeware Size: 122.88 KB Download (45): Danish stemmer Download

Added: August 17, 2013 | Visits: 479

Swedish stemmer This module implements the Swedish stemming algorithm to improve Swedish-language searching with the Drupal built-in search.module.It reduces each word in the index to its basic root or stem so that variations on a word (e.g. "klok, klokare, klokast" or "klockan, klockans") are considered...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Swedish stemmer Download

Added: April 17, 2010 | Visits: 1.425

Search::Tools::Keywords Search::Tools::Keywords is a Perl module to extract keywords from a search query. SYNOPSIS use Search::Tools::Keywords; use Search::Tools::RegExp; my $query = the quick fox color:brown and "lazy dog" not jumped; my $kw = Search::Tools::Keywords->new( stopwords => the, and_word => and,...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (94): Search::Tools::Keywords Download

Added: September 15, 2010 | Visits: 1.034

Plucene::Analysis::PorterStemFilter Plucene::Analysis::PorterStemFilter - Porter stemming on the token stream. SYNOPSIS # isa Plucene::Analysis:::TokenFilter my $token = $porter_stem_filter->next; This class transforms the token stream as per the Porter stemming algorithm. Note: the input to the stemming filter must...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (88): Plucene::Analysis::PorterStemFilter Download

Added: March 22, 2013 | Visits: 429

Russian stemming This module implements the Russian stemming algorithm to improve Russian-languagesearching with the Drupal built-in search.module.Stemming attempts to reduce a word to its stem or root form. This generally results in more relevantresults.Russian stemming algorith provided by Dr Martin Porter...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Russian stemming Download

Added: May 01, 2013 | Visits: 723

Search Lucene API Overview#D7CX: I pledge that Search Lucene API will have a full Drupal 7 release on the day that Drupal 7 is released.Search Lucene API adds Solr-like search functionality to Drupal. Because it is built on top of the Zend Framework's PHP port of Lucene, neither Java nor any external services are...


Platforms: PHP

License: Freeware Size: 71.68 KB Download (45): Search Lucene API Download