# File lib/classifier/lsi/word_list.rb, line 21
    def [](lookup)
      term = lookup
      @location_table[term]
    end