class Yanbi::StemmedDiadBag

Public Instance Methods

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