COMP6714 2025T2 Project Specification 1. Project Overview In this project, you will implement (using Python3 in CSE Linux machines) a simple search engine that ranks
COMP6714 2025T2 Project Specification 1. Project Overview In this project, you will implement (using Python3 in CSE Linux machines) a simple search engine that ranks documents based on: Query term coverage Proximity of matched terms Preservation of query term order A search query consists of space-separated terms containing only alphanumeric characters (no punctuation). 2. Core…