Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 746 Bytes

File metadata and controls

25 lines (16 loc) · 746 Bytes

#NoteRanger

A toy information retrieval system to

  • understand how an IR works
  • search the notes that I make in markdown format

The idea and the query part is taken from David Branner's notes repo with some modifications.

Search My Notes

Search My Notes

TODO

  1. Normalize terms a. Equivalence classing of terms For instance all the following belong to the same class {windows, window, Windows, Window}
  2. Deciding the stop words
  3. Query for phrases

Resources

  1. IR Book from Stanford
  2. Stanford CS 276