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
Have a basic development environment set up.
- Clone the repository
- Open the project in your editor
- Run the program
Run the project and enter a search query. The system returns matching results. It runs as local host on port 8080.
- Add better result formatting
- Improve search ranking
- Add more document types
Kasper Larsson Project Link: [https://github.com/github_username/repo_name](https://github.com/Cosmotonic/Search-Engine