Coder Social home page Coder Social logo

searchengine-wikipedia's Introduction

SearchEngine-Wikipedia

A search engine for Wikipedia implemented on Core Java.

Contributors:

Rohit Vobbilisetty Tanuvir Singh Bhavna Gurnani

Assignment 1:

Create Inverted index for the Wikipedia Dump.

Assignment 2:

Compute inlinks and outlinks for each page within the Wikipedia dump. Finally use this information to compute the PageRank for each page. Algorithm used from the "Introduction to Information Retrieval' by Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze.

Assignment 3:

Similar to assignment 1, where an inverted index is created using the information from each page. Also calculates the tf-idf associated for the term and page. The page rank implementation was rewritten as part of this assignment, using a more optimized approach.

This implementation also includes optimized file handle management, data structures and making sure that the program does not run out of memory during execution.

The Search module is a CLI, which accepts a query, fetches the posting list associated with each query term followed by an intersection of the Page Id's.

The results are displayed in the decreasing order of the tf-idf values. (Page Ranks to be included soon)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.