forked from romanbsd/fast-stemmer
-
Notifications
You must be signed in to change notification settings - Fork 0
Fast Porter stemmer based on a C version of the algorithm
License
wordmuncher/fast-stemmer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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. For the original work please see: http://tartarus.org/~martin/PorterStemmer/ Gemfile: gem 'fast-stemmer' Usage: require 'rubygems' require 'fast_stemmer' Stemmer::stem_word('running') # -> 'run' 'running'.stem # -> 'run' COPYRIGHT ========= Copyright (c) 2008 Roman Shterenzon. See LICENSE for details.
About
Fast Porter stemmer based on a C version of the algorithm
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published