Source: ruby-fast-stemmer Section: ruby Maintainer: Debian Ruby Team Uploaders: Youhei SASAKI Build-Depends: debhelper-compat (= 14), gem2deb, rake Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fast-stemmer.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-fast-stemmer/ Homepage: https://github.com/romanbsd/fast-stemmer Testsuite: autopkgtest-pkg-ruby Package: ruby-fast-stemmer Architecture: any Conflicts: ruby-stemmer Description: 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.