{"id":19119611,"url":"https://github.com/hexenq/kuroshiro-analyzer-yahoo-webapi","last_synced_at":"2025-05-05T14:41:37.107Z","repository":{"id":49964408,"uuid":"139524336","full_name":"hexenq/kuroshiro-analyzer-yahoo-webapi","owner":"hexenq","description":"Yahoo web morphological analyzer for kuroshiro.","archived":false,"fork":false,"pushed_at":"2021-06-07T17:34:14.000Z","size":15,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T09:58:42.988Z","etag":null,"topics":["analyzer","hiragana","japanese","kanji","katakana","kuroshiro","language","morphology","romaji","webapi","yahoo"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/hexenq.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-07-03T03:32:58.000Z","updated_at":"2023-03-05T01:29:23.000Z","dependencies_parsed_at":"2022-09-11T10:12:22.356Z","dependency_job_id":null,"html_url":"https://github.com/hexenq/kuroshiro-analyzer-yahoo-webapi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexenq%2Fkuroshiro-analyzer-yahoo-webapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexenq%2Fkuroshiro-analyzer-yahoo-webapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexenq%2Fkuroshiro-analyzer-yahoo-webapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexenq%2Fkuroshiro-analyzer-yahoo-webapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexenq","download_url":"https://codeload.github.com/hexenq/kuroshiro-analyzer-yahoo-webapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252516107,"owners_count":21760725,"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":["analyzer","hiragana","japanese","kanji","katakana","kuroshiro","language","morphology","romaji","webapi","yahoo"],"created_at":"2024-11-09T05:10:08.097Z","updated_at":"2025-05-05T14:41:37.086Z","avatar_url":"https://github.com/hexenq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kuroshiro-analyzer-yahoo-webapi\n\n[![Build Status](https://travis-ci.com/hexenq/kuroshiro-analyzer-yahoo-webapi.svg?branch=master)](https://travis-ci.org/hexenq/kuroshiro-analyzer-yahoo-webapi)\n[![npm version](https://badge.fury.io/js/kuroshiro-analyzer-yahoo-webapi.svg)](http://badge.fury.io/js/kuroshiro-analyzer-yahoo-webapi)\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ePackage\u003c/td\u003e\n        \u003ctd colspan=2\u003ekuroshiro-analyzer-yahoo-webapi\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eDescription\u003c/td\u003e\n        \u003ctd colspan=2\u003eYahoo WebAPI morphological analyzer for \u003ca href=\"https://github.com/hexenq/kuroshiro\"\u003ekuroshiro\u003c/a\u003e.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd rowspan=2\u003eCompatibility\u003c/td\u003e\n        \u003ctd\u003eNode\u003c/td\u003e\n        \u003ctd\u003e✓ (\u003e=6)\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eBrowser\u003c/td\u003e\n        \u003ctd\u003e✗\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n## Attention\nThis plugin will no longer be compatible with browser since Yahoo YQL service was retired at Jan 3, 2019. Please update to the latest version of kuroshiro-analyzer-yahoo-webapi.\n\n## Install\n```sh\n$ npm install kuroshiro-analyzer-yahoo-webapi\n```\n\n## Usage with kuroshiro\n### Configure analyzer\nThis analyzer utilizes [Yahoo WebAPI of morphological analysis service](https://developer.yahoo.co.jp/webapi/jlp/ma/v1/parse.html). \n\nBefore you start, you should register your application in Yahoo to get a APP ID. Please visit the link above for more information. \n\nYou need to specify your Yahoo application ID when initializing the analyzer.\n\n```js\nimport YahooWebAnalyzer from \"kuroshiro-analyzer-yahoo-webapi\";\n\nconst analyzer = new YahooWebAnalyzer({\n    appId: \"YOUR_YAHOO_APP_ID\",\n});\n\nawait kuroshiro.init(analyzer);\n```\n\n### Initialization Parameters\n- `appId`: Your Yahoo application ID\n- `timeout`: *Optional* Request timeout in millisecond\n\n## Notice\nThis analyzer might not give optimized converted result when converting kanji to romaji with kuroshiro since Yahoo Web API lacks information of pronunciation in analysis result.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexenq%2Fkuroshiro-analyzer-yahoo-webapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexenq%2Fkuroshiro-analyzer-yahoo-webapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexenq%2Fkuroshiro-analyzer-yahoo-webapi/lists"}