class Bundler::SimilarityDetector

def initialize(corpus)

initialize with an array of words to be matched against
def initialize(corpus)
  @corpus = corpus
end