{"id":16431802,"url":"https://github.com/drkostas/python_search_engine","last_synced_at":"2025-04-25T07:33:54.622Z","repository":{"id":106697154,"uuid":"88132501","full_name":"drkostas/python_search_engine","owner":"drkostas","description":"This is a search engine created for the Gutenberg Project archive. It is implemented in python and the front end part is created with the flask framework.","archived":false,"fork":false,"pushed_at":"2023-11-22T19:27:08.000Z","size":34646,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T08:32:32.048Z","etag":null,"topics":["css","engine","flask","html","python","search"],"latest_commit_sha":null,"homepage":"https://search.gkos.dev","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drkostas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-04-13T06:29:14.000Z","updated_at":"2024-09-28T08:07:42.000Z","dependencies_parsed_at":"2023-11-22T20:37:35.803Z","dependency_job_id":null,"html_url":"https://github.com/drkostas/python_search_engine","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkostas%2Fpython_search_engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkostas%2Fpython_search_engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkostas%2Fpython_search_engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drkostas%2Fpython_search_engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drkostas","download_url":"https://codeload.github.com/drkostas/python_search_engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223990870,"owners_count":17237391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","engine","flask","html","python","search"],"created_at":"2024-10-11T08:32:41.890Z","updated_at":"2024-11-10T17:40:34.192Z","avatar_url":"https://github.com/drkostas.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Search Engine\nThis is a search engine on the **Gutenberg Project* archive.\nIt is implemented with python and the front end part is handled with **Flask** framework.\n\n**Demo:** [search.gkos.dev](https://search.gkos.dev)\n\nIt is consisted of 2 basics elements:\n\nThe first one is the BuildIndex.py which scans the archive and creates an Inverted File and a file with the Document Names.\n  I am using *3-in-4 Front Coding* compression.\n  \nThe second part is the index.py(or QueryIndex.py as it was originally named).\n  Through the front-end part(form.html) the user enters the keywords.\n  The index.py is called which searches inside the inverted file using **tf*idf**.\n  The results are separated in two parts:\n    All the documents the keywords found in and\n    the documents in which the keywords were found as a phrase.\n  Then the results are being printed firstly including all the documents and secondly the top 10 documents based on the **tf*idf**.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrkostas%2Fpython_search_engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrkostas%2Fpython_search_engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrkostas%2Fpython_search_engine/lists"}