Skip to content

Cosmotonic/Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search Engine Project

About the Project

A small search engine implementation. The project loads text files, builds an inverted index, and allows simple search queries.

Main components:

  • Loading data documents
  • Creating an inverted index
  • Searching through content
  • Displaying results
  • Implements Okapi BM25 ranking algorithm

Getting Started

Prerequisites

Have a basic development environment set up.

Installation

  1. Clone the repository
  2. Open the project in your editor
  3. Run the program

Usage

Run the project and enter a search query. The system returns matching results. It runs as local host on port 8080.

Roadmap

  • Add better result formatting
  • Improve search ranking
  • Add more document types

Contact

Kasper Larsson Project Link: [https://github.com/github_username/repo_name](https://github.com/Cosmotonic/Search-Engine

About

Java Project creating a search engine on a simple database file, including implementation of scoring algorithms.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages