• Stars
    star
    1
  • Language
    C++
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

On basis of data from Simple-wiki database , I implemented a search engine based on research paper: The Anatomy of a Large-Scale Hypertextual Web Search Engine . Using DOM parser for separating tags of pages in form of a tree, I applied forward and backward indexing and finally ranked the pages on basis of occurrence of words in headings or number of occurrences.