573 574 575 576
# File 'lib/brstemmer.rb', line 573 def brstemmer word = Brstemmer::Stemmer.new self.dup.to_s word.render end