This project is prepared for the Wikipedia Search Page Testing. . ├── LICENSE ├── README.md ├── config │ └── baseConfig.properties ├── docker-compose.yml ├── pom.xml └── src └── test ├── java ...
This project crawls Wikipedia pages starting from two given seed URLs, builds an inverted index from the crawled documents, and allows users to search for queries using TF-IDF and cosine similarity ...