{"id":16654888,"url":"https://github.com/kensuke-mitsuzawa/word2vec-wikification-py","last_synced_at":"2025-10-30T18:39:10.576Z","repository":{"id":62589376,"uuid":"75378514","full_name":"Kensuke-Mitsuzawa/word2vec-wikification-py","owner":"Kensuke-Mitsuzawa","description":"Disambiguation of wikipedia article name","archived":false,"fork":false,"pushed_at":"2017-03-15T22:10:34.000Z","size":32,"stargazers_count":16,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T14:10:03.519Z","etag":null,"topics":["disambiguation","entity-linking","nlp","python-3","wikipedia","wikipedia-database"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Kensuke-Mitsuzawa.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}},"created_at":"2016-12-02T08:55:22.000Z","updated_at":"2020-10-24T15:05:16.000Z","dependencies_parsed_at":"2022-11-03T20:27:21.311Z","dependency_job_id":null,"html_url":"https://github.com/Kensuke-Mitsuzawa/word2vec-wikification-py","commit_stats":null,"previous_names":["kensuke-mitsuzawa/word2vec_wikification_py"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Kensuke-Mitsuzawa/word2vec-wikification-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kensuke-Mitsuzawa%2Fword2vec-wikification-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kensuke-Mitsuzawa%2Fword2vec-wikification-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kensuke-Mitsuzawa%2Fword2vec-wikification-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kensuke-Mitsuzawa%2Fword2vec-wikification-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kensuke-Mitsuzawa","download_url":"https://codeload.github.com/Kensuke-Mitsuzawa/word2vec-wikification-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kensuke-Mitsuzawa%2Fword2vec-wikification-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276236423,"owners_count":25608052,"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-09-21T02:00:07.055Z","response_time":72,"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":["disambiguation","entity-linking","nlp","python-3","wikipedia","wikipedia-database"],"created_at":"2024-10-12T09:51:19.657Z","updated_at":"2025-09-21T11:57:02.245Z","avatar_url":"https://github.com/Kensuke-Mitsuzawa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"wiki_node_disambiguation\n- - -\n\n# What's this ?\n\n- You can run \"Wikification\" as easy as possible.\n    - According to wikipedia, [Wikification](https://en.wikipedia.org/wiki/Wikification) is `in computer science, entity linking with Wikipedia as the target knowledge base`\n- You can get disambiguated result with its score.\n\nPlease visit [Github page](https://github.com/Kensuke-Mitsuzawa/word2vec_wikification_py) also.\nIf you find any bugs and you report it to github issue, I'm glad.\nAny pull-requests are welcomed.\n\n\n# Requirement\n\n- Python3.x (checked under )\n    - I recommend to use \"Anaconda\" distribution.\n\n# Setup\n\n`python setup.py install`\n\n## Get wikipedia entity vector model\n\nGo to [this page](http://www.cl.ecei.tohoku.ac.jp/~m-suzuki/jawiki_vector/) and download model file from [here](http://www.cl.ecei.tohoku.ac.jp/~m-suzuki/jawiki_vector/entity_vector.tar.bz2).\nOr run `download_model.sh`\n\n## To those who uses interface.predict_japanese_wiki_names()\n\nYou're supposed to have mysql somewhere.\n\nThe step until using it.\n\n1. start mysql server somewhere\n2. download latest mysql dump files\n3. initialize wikipedia database with mysql\n\n\nTo download wikipedia dump files, execute following commands\n\n```\nwget https://dumps.wikimedia.org/jawiki/latest/jawiki-latest-redirect.sql.gz\nwget https://dumps.wikimedia.org/jawiki/latest/jawiki-latest-page.sql.gz\ngunzip jawiki-latest-redirect.sql.gz\ngunzip jawiki-latest-page.sql.gz\n```\n\nTo initialize wikipedia database with mysql,\n\n```\n% CREATE DATABASE wikipedia;\n% mysql -u [user_name] -p[password] wikipedia \u003c jawiki-latest-redirect.sql\n% mysql -u [user_name] -p[password] wikipedia \u003c jawiki-latest-page.sql\n```\n\n# Change logs\n\n- version0.1\n    - released\n    - It supports only Japanese wikipedia\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkensuke-mitsuzawa%2Fword2vec-wikification-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkensuke-mitsuzawa%2Fword2vec-wikification-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkensuke-mitsuzawa%2Fword2vec-wikification-py/lists"}