{"id":23511638,"url":"https://github.com/pderkowski/wikimap","last_synced_at":"2025-09-06T16:33:49.790Z","repository":{"id":150893821,"uuid":"87304837","full_name":"pderkowski/wikimap","owner":"pderkowski","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-23T04:05:09.000Z","size":5330,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T17:38:05.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/pderkowski.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-05T12:07:34.000Z","updated_at":"2017-09-25T20:43:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6cc08e9-3100-47e7-a260-d5ede4ad47d0","html_url":"https://github.com/pderkowski/wikimap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pderkowski/wikimap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pderkowski%2Fwikimap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pderkowski%2Fwikimap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pderkowski%2Fwikimap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pderkowski%2Fwikimap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pderkowski","download_url":"https://codeload.github.com/pderkowski/wikimap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pderkowski%2Fwikimap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267029404,"owners_count":24024199,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-25T12:15:48.510Z","updated_at":"2025-07-25T16:04:49.345Z","avatar_url":"https://github.com/pderkowski.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wikimap\nThis is a tool that I used in my thesis. It can automatically:\n* download and parse a Wikipedia dump,\n* compute document embeddings for articles, based on links between them,\nusing the DeepWalk algorithm,\n* compute t-SNE mappings for obtained vectors,\n\nand more.\n\n## Requirements\n* python 2.7\n* gcc 4.8.4\n\n## Installation\n1. Clone this repo:\n```\ngit clone git@github.com:pderkowski/wikimap.git\n```\n2. Download pybind11:\n```\ncd wikimap\ngit submodule update --init --recursive\n```\n3. Build C++ libs:\n```\nmake\n```\n4. Install Python libs listed in requirements.txt. I recommend using pip and\nvirtualenv:\n```\nvirtualenv env --no-site-packages\nsource env/bin/activate\npip install -r requirements.txt\n```\n\n## Usage\nrun.py is the entry point to the application. Type\n```\npython ./run.py -h\n```\nto see usage info.\n\nFor example, to compute embeddings of 100000 most popular articles from Polish\nWikipedia:\n```\npython ./run.py -t embed -b builds --lang pl\n```\nThe results will be written to builds/ directory.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpderkowski%2Fwikimap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpderkowski%2Fwikimap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpderkowski%2Fwikimap/lists"}