Skip to content

The vector space model is an algebraic model for representing text documents as vectors of identifiers. It is used in information filtering, information retrieval, indexing, and relevancy rankings.

Notifications You must be signed in to change notification settings

hunain-saeed/Vector-Space-Model-Information-Retrieval-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector-Space-Model-Information-Retrieval

This project is built as a part of the Information Retrieval Course. The task involved implementing a Vector Space Model by calculating a tf-idf score for all the terms (words) present in the documents.

Implementation

Preprocessed the text from the documents in terms of tokenization in which case folding, stop-words removal, and lemmatization is done. Then tf-idf score is calculated for all words present in documents. And vectors are created.

About Vector Space

The vector space model is an algebraic model for representing text documents as vectors of identifiers. It is used in information filtering, information retrieval, indexing, and relevancy rankings.

Frontend for Vector Space Model of IR is developed using React, Material-UI, and CSS.Vector-Space-Model-IR-Frontend
Backend is developed on Flask.

About

The vector space model is an algebraic model for representing text documents as vectors of identifiers. It is used in information filtering, information retrieval, indexing, and relevancy rankings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages