Skip to content

An Information Retrieval Algorithm that retrieves relevant Titles, Descriptions and Images related to a query

Notifications You must be signed in to change notification settings

526f73656e0a/Wiki_Retriever

Repository files navigation

Wiki_Retriever

An Information Retrieval Algorithm that retrieves relevant Titles, Descriptions and Images related to a query

How to run

  1. Make sure you have Java SE Development Kit 8 or higher.
  2. Run the executable and select a folder with already saved Wikipedia Topics.
    • Use the Wiki_Crawler
    • Create an implementation that saves every Article in its own subfolder, with the information saved as a txt file, with the title of the Article as the name of the folder and file.
  3. Type a query and press Enter to search through the Articles.

Algorithm

The algorithm used is a tf-idf based implementation.

About

An Information Retrieval Algorithm that retrieves relevant Titles, Descriptions and Images related to a query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages