class Yanbi::StemmedWordBag

Public Instance Methods

standardize(raw) click to toggle source
# File lib/wordbags/stembag.rb, line 15
def standardize(raw)
  process(raw) {|word| word.stem}
end