bordersb/RubySearch
Search Engine made in Ruby. For now I have just added a crawler and finds documents, and then stores an inverse word document index which is a hash table of documents to their words, and the words are a hash table to their respective counts, which I used for retrieve2.rb. It also parses and stems the words and cleans everything up, and saves the documents and their locations in a separate file called index.dat.
Ruby