1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Add LICENSE

- Reformat pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-30 23:08:48 +00:00
parent 0139e489a9
commit 55d0acb9b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387998
2 changed files with 7 additions and 4 deletions

View File

@ -8,6 +8,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast Porter stemmer based on a C version of algorithm
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes

View File

@ -1,8 +1,9 @@
Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm.
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.
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.
For the original work please see: tartarus.org/~martin/PorterStemmer/
For the original work please see: tartarus.org/~martin/PorterStemmer/
WWW: https://github.com/romanbsd/fast-stemmer