# File lib/rir/string.rb, line 77
  def is_stopword?
    Stoplist.include?(self.downcase)
  end