Skip to content

Mehybinator/vector-graph-modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IR System - Vector Graph Modeling

Table of Contents
  1. Built With
  2. Prerequisites
  3. Usage
  4. Contact

Built With

  • Colorama
  • Python
  • Pandas
  • Nltk

Prerequisites

Initialize a New Python Environment:

python -m pip venv env

Activate The Env by Running:

env\Scripts\activate

Install Requirements:

python -m pip install -r requirement.txt

And Run The Following:

python data_to_matrix.py

Usage

Run The Code With The Following Command:

python main.py

Alternatively If The Env Is Not Active:

.\env\Scripts\python main.py

In The Prompt You Can Search For A Document, Leading To A Result Much Like How A Google Search Would Look Using The Vector Graph Modeling Technique.

You Can Also Use The data_to_matrix.py File To Create A Matrix Of The Words In Your Documents:

python data_to_matrix.py

This Will Generate A matrix.csv File That main.py Can Use To Search. This Also Means That You Can Use Your Own Documents File In The Style Of data.csv An Use Your Own Dataset.

Contact

Mehran Arkak - [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages