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