Skip to content

This repository documents the implementation of all assignments given for CS204: WSM, with the eventual goal of creating a working Information Retrieval Model.

License

Notifications You must be signed in to change notification settings

LearningMonkey61/wsm-coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub GitHub commit activity GitHub contributors

(WIP) CourseWork for WebSearch&Mining

(Currently) A Basic Boolean Information Retrieval Model :

A Simple Application to Handle Boolean Queries on Documents

This project is the implementaion of all the course-work done for Web Search and Mining course.

Current Work :

  • Assignment 1 :
    • Create a Interface-based Boolean Information Retrieval Model supporting boolean queries (AND, OR, NOT)
    • Should display the document ID(or as planned, the Name of the Document) of the Document satisfying the queries

Decided Frameworks

  • To be done in Python.
  • Maybe with a C interface
  • Tkinter GUI application

Research Done

Requirements

Not yet decided.

Running the Project

Not yet decided.

Workflow

  • For Collaborators

    • Update your local Repository with git pull
    • Create a Branch and switch to it with : git checkout -b BranchName
    • Modify/Add Features and/or code then
      • git add <. or file list>
      • git commit -m "Commit Message"
    • Set the upstream branch by git push -u origin BranchName
    • Go to the Repo on GitHub, switching the branch finally opening a pull-request.
    • Wait for the other collaborators to Switch to the branch and check out the features and discuss
    • If approved by all, the code shall be merged into the master branch

Made by.

Swapnil Sahu Pritish Nayak Satyabrat Panda Anurag Dash

About

This repository documents the implementation of all assignments given for CS204: WSM, with the eventual goal of creating a working Information Retrieval Model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published