Giter Site home page Giter Site logo

ibd_assigment1's Introduction

Introduction to Big Data - Assignment 1

This repository contains the submission files of our group for the 1st Assignment of the Introduction to Big Data course.

In master branch - there is default model implementation, in the bm25 branch we have implementation to BM25 coefficient

Building results in two jars: Indexer and Query, for indexing text corpus and quering the search engine respectively. Both are based on Hadoop's MapReduce, and therefore require hadoop to run

Running Indexer Jar:

hadoop jar BM-Indexer-0.2.jar /EnWikiSmall bm-word-enumerator bm-doc-counter bm-indexer-out

Arguments you need to provide after container name are:

  1. Path to directory containing text corpus
  2. Directory for Word Enumerator output
  3. Directory for Document Count output
  4. Directory for AverageDocLength output
  5. Directory for Indexer output

Running Query Jar:

hadoop jar BM-Query-0.1.jar word-enumerator-out bm-indexer-out bm-av-doc-count bm-query-out "cats top" 5

Arguments you need to provide after container name are:

  1. Directory for WordEnumerator output
  2. Directory for Indexer output
  3. Directory for AverageDocLength output
  4. Directory for Query output
  5. Query text
  6. Number of most relevant documents to find

ibd_assigment1's People

Contributors

pollytur avatar nihonvas avatar

Watchers

 avatar

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.