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

Changelog

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


  [ Cédric Boutillier ]
  * debian/control: remove obsolete DM-Upload-Allowed flag
  * use canonical URI in Vcs-* fields
  * debian/copyright: 
    use DEP5 copyright-format/1.0 official URL for Format field

  [ Youhei SASAKI ]
  * Imported Upstream version 1.0.2
  * Bump Standard Version: 3.9.4

 -- Youhei SASAKI <email address hidden>  Tue, 06 Aug 2013 00:26:46 +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
Trusty release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-fast-stemmer_1.0.2-1.dsc 2.1 KiB eec9ac34b2fcde20dac6cf6095934c50a79f6191f8f7351d6eb2a9d2383a3e54
ruby-fast-stemmer_1.0.2.orig.tar.gz 8.9 KiB 94ea3657f2fd63e80b3233697ece9c58fcf9f04ae1a140d818bf60e610a455cb
ruby-fast-stemmer_1.0.2-1.debian.tar.gz 2.3 KiB f0ccfaa477282d38b778441e5745ea6050d1ec0974c0e057929350f370dbee68

Available diffs

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.