class String

Public Instance Methods

stem() click to toggle source
# File lib/fast_stemmer.rb, line 4
def stem
  Stemmer.stem_word(self)
end