Skip to content

IR-Model is an information retrieval system implementing statistical and vector space models, with a Python Flask web app and a PHP API.

Notifications You must be signed in to change notification settings

sergi-s/search-engines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Search Engines

Search Engines are simple information retrieval systems designed to mimic search engines. It generates several documents with random single-letter words, allowing users to enter queries and utilize the Statistical model and Vector space model to retrieve and rank the relevant documents.

Features

  • Statistical Model: Utilize statistical methods to analyze and retrieve documents based on query relevance.
  • Vector Space Model: Employ vector space techniques to determine document relevance to the query.
  • Python Flask Web Application: Includes a user-friendly interface to interact with the information retrieval system.
  • PHP API: Provides a Core PHP API for easy integration and usage.

Technologies Used

  • Python: Backend logic implemented using Python for efficient data processing.
  • Flask: Developed a web application using Flask to provide a seamless user experience.
  • PHP: Created a robust API using Core PHP to extend functionality and allow integration with other systems.

About

IR-Model is an information retrieval system implementing statistical and vector space models, with a Python Flask web app and a PHP API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published