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