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