{"id":19544356,"url":"https://github.com/chakki-works/entitypedia","last_synced_at":"2025-04-26T17:32:58.805Z","repository":{"id":32522793,"uuid":"109926404","full_name":"chakki-works/entitypedia","owner":"chakki-works","description":"Entitypedia is an Extended Named Entity Dictionary from Wikipedia.","archived":false,"fork":false,"pushed_at":"2022-12-07T23:43:55.000Z","size":2632,"stargazers_count":13,"open_issues_count":11,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-04T17:02:22.044Z","etag":null,"topics":["corpus","dictionary","machine-learning","named-entity-recognition","natural-language-processing"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chakki-works.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-08T04:09:40.000Z","updated_at":"2025-01-17T12:57:34.000Z","dependencies_parsed_at":"2023-01-14T21:29:41.863Z","dependency_job_id":null,"html_url":"https://github.com/chakki-works/entitypedia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chakki-works%2Fentitypedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chakki-works%2Fentitypedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chakki-works%2Fentitypedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chakki-works%2Fentitypedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chakki-works","download_url":"https://codeload.github.com/chakki-works/entitypedia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251026635,"owners_count":21525011,"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":["corpus","dictionary","machine-learning","named-entity-recognition","natural-language-processing"],"created_at":"2024-11-11T03:27:54.234Z","updated_at":"2025-04-26T17:32:58.314Z","avatar_url":"https://github.com/chakki-works.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Entitypedia\nEntitypedia is an [Extended Named Entity](https://sites.google.com/site/extendednamedentity711/) Dictionary from Wikipedia.\n\n\n## Getting started with the API\nIn this short tutorial, we introduce Entitypedia API.\n\n### Request\n\n```json\n{\n  \"text\": \"東京\",\n  \"type\": \"prefix\"\n}\n```\n\n### Response\n\n```json\n{\n  \"entities\": [\n    {\n      \"entity\": \"東京都\",\n      \"type\": \"Location.GPE.Province\",\n      \"uri\": \"http://ja.dbpedia.org/resource/東京都\"\n      }\n    },\n    {\n      \"entity\": \"東京テレポート駅\",\n      \"type\": \"Facility.Line.Station\",\n      \"uri\": \"http://ja.dbpedia.org/resource/東京テレポート駅\"\n      }\n    },\n  ...\n  ]\n}\n```\n\nEntities would be sorted by their importance.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchakki-works%2Fentitypedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchakki-works%2Fentitypedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchakki-works%2Fentitypedia/lists"}