# File lib/more/facets/matcher.rb, line 20
  def initialize
    @trie = {}
    @word_count = 0
  end