module Shingling def self.shingle: (String document, Integer k) -> Set[String] end