# File lib/licensee/content_helper.rb, line 9
    def wordset
      @wordset ||= if content_normalized
        content_normalized.scan(/[\w']+/).to_set
      end
    end