Skip to content

An Information Retrieval Library mainly for learning the concepts of IR and developing tools in this domain for specific purposes.

Notifications You must be signed in to change notification settings

Jhex-AI/Information-Retrieval-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Information Retrieval Fundamentals

An Information Retrieval Knowledge Base mainly for learning the concepts of IR and develop tools in this domain for specific purposes.

How to start contributing ?

  • Fork this repository to your local repository using Fork command
  • Start by fixing Issues! Submitting Pull Requests
  • Make a folder in your local directory. Access this folder via terminal. Type the following command.
  • Hit the Issues tab to check what? to contribute if you have no idea.
git init
git remote add origin https://github.com/"Your Account"/Info-Retrieval-Basics
  • Clone from this repository
git clone https://github.com/"Your Account"/Info-Retrieval-Basics
  • Start adding files via
git add .
git commit -m ""
git push origin branch 
*branch is master by default

About

An Information Retrieval Library mainly for learning the concepts of IR and developing tools in this domain for specific purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published