ruby-fast-stemmer 1.0.1-1 source package in Ubuntu

Changelog

ruby-fast-stemmer (1.0.1-1) unstable; urgency=low


  * Initial release (Closes: #672505)

 -- Youhei SASAKI <email address hidden>  Thu, 10 May 2012 02:18:56 +0900

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-fast-stemmer_1.0.1-1.dsc 1.4 KiB 738e1728efb93da0a2df8fd029baccea09200a369f938146a2a5c06efde49b96
ruby-fast-stemmer_1.0.1.orig.tar.gz 8.9 KiB 799e55792473099f7ea9ee28b92e4fad729ffea07b62d51672156aeec860e676
ruby-fast-stemmer_1.0.1-1.debian.tar.gz 2.2 KiB d3116c5717a6f040298a12d8c12cf30630ca4b54fe65457eae1dafca7d09a25e

No changes file available.

Binary packages built by this source

ruby-fast-stemmer: Fast Porter stemmer based on a C version of algorithm for Ruby

 Fast-stemmer is simply a wrapping around multithreaded Porter stemming
 algorithm.
 .
 This gem adds a String::stem method, and it's in order of magnitude
 faster (and uses much less memory) than the pure Ruby implementation of
 stemmer.