8e5f3b313e
Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm. This gem adds a String#stem method, and it conflicts with the stemmer gem. It's in order of magnitude faster (and uses much less memory) than the latter.
22 lines
870 B
Plaintext
22 lines
870 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/20 18:15:48 jeremy Exp $
|
|
${GEM_LIB}/cache/${DISTNAME}.gem
|
|
${GEM_LIB}/gems/${DISTNAME}/
|
|
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
|
${GEM_LIB}/gems/${DISTNAME}/README
|
|
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
|
${GEM_LIB}/gems/${DISTNAME}/VERSION.yml
|
|
${GEM_LIB}/gems/${DISTNAME}/ext/
|
|
${GEM_LIB}/gems/${DISTNAME}/ext/Makefile
|
|
${GEM_LIB}/gems/${DISTNAME}/ext/extconf.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/ext/porter.c
|
|
${GEM_LIB}/gems/${DISTNAME}/ext/porter.o
|
|
${GEM_LIB}/gems/${DISTNAME}/ext/porter_wrap.c
|
|
${GEM_LIB}/gems/${DISTNAME}/ext/porter_wrap.o
|
|
${GEM_LIB}/gems/${DISTNAME}/ext/stemmer.so
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/fast_stemmer.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/stemmer.so
|
|
${GEM_LIB}/gems/${DISTNAME}/test/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fast_stemmer_test.rb
|
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|