Skip to content

Domain specific information retrieval system based on boolean retrieval and vector space models

Notifications You must be signed in to change notification settings

RikilG/Domain-Specific-IR-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain Specific Information Retrieval System

A python implementation of Vector Space Model.

To run, clone repo first using:

git clone https://github.com/RikilG/Domain-Specific-IR-System.git

then run using python

cd Domain-Specific-IR-System
python main.py

Dataset

To use a dataset, place the .txt files in a folder called corpus. Currently only text files are supported

Dependencies

following python modules are required:

  • pandas
  • nltk
  • numpy
  • pickle
  • tqdm

Team Members

  • Rohith Saranga - 2017A7PS0034H
  • Kasuba Badri Vishal - 2017A7PS0270H
  • Rikil Gajarla - 2017A7PS0202H

About

Domain specific information retrieval system based on boolean retrieval and vector space models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages