Skip to content

Instantly share code, notes, and snippets.

@sibnerian
Created May 1, 2015 15:06
Show Gist options
  • Save sibnerian/2c2526038efef10f8390 to your computer and use it in GitHub Desktop.
Save sibnerian/2c2526038efef10f8390 to your computer and use it in GitHub Desktop.
  • Implement bing search results to get an easy win to start off
  • Create stub methods for TFIDF and PAGE RANK for a given word
  • Create method to kill stop words in a query
  • Use stub data to implement query --> ranked documents method
  • Combine this with Bing data to get ranked URLs for query
  • Implement AJAX frontend with previews
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment