{"id":16304765,"url":"https://github.com/moznion/neologd-normalizer-js","last_synced_at":"2025-07-22T07:32:05.670Z","repository":{"id":57309878,"uuid":"76163386","full_name":"moznion/neologd-normalizer-js","owner":"moznion","description":"A normalizer of neologd for JavaScript","archived":false,"fork":false,"pushed_at":"2020-09-29T01:26:28.000Z","size":160,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-26T20:53:43.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/neologd-normalizer","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moznion.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":"2016-12-11T08:44:57.000Z","updated_at":"2021-09-03T14:25:53.000Z","dependencies_parsed_at":"2022-09-09T04:50:55.564Z","dependency_job_id":null,"html_url":"https://github.com/moznion/neologd-normalizer-js","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/moznion/neologd-normalizer-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fneologd-normalizer-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fneologd-normalizer-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fneologd-normalizer-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fneologd-normalizer-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moznion","download_url":"https://codeload.github.com/moznion/neologd-normalizer-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fneologd-normalizer-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266447751,"owners_count":23930020,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-10-10T21:04:45.809Z","updated_at":"2025-07-22T07:32:05.616Z","avatar_url":"https://github.com/moznion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"neologd-normalizer-js [![npm version](https://badge.fury.io/js/neologd-normalizer.svg)](https://badge.fury.io/js/neologd-normalizer) [![Build Status](https://travis-ci.org/moznion/neologd-normalizer-js.svg?branch=master)](https://travis-ci.org/moznion/neologd-normalizer-js)\n==\n\nA normalizer of neologd for JavaScript.\n\nRule\n--\n\n[https://github.com/neologd/mecab-ipadic-neologd/wiki/Regexp.ja](https://github.com/neologd/mecab-ipadic-neologd/wiki/Regexp.ja)\n\nSynopsis\n--\n\n```js\nimport NeologdNormalizer from \"neologd-normalizer\";\n\nNeologdNormalizer.normalize(\"　　　ＰＲＭＬ　　副　読　本　　　\"); // =\u003e \"PRML副読本\"\nNeologdNormalizer.normalize(\"南アルプスの　天然水-　Ｓｐａｒｋｉｎｇ*　Ｌｅｍｏｎ+　レモン一絞り\"); // =\u003e 南アルプスの天然水-Sparking*Lemon+レモン一絞り\n```\n\nHow to build\n--\n\n```bash\n$ npm run build\n```\n\nHow to run test\n--\n\n```bash\n$ npm test\n```\n\nBenchmark\n--\n\n### Run benchmark scirpt\n\n```bash\n$ npm run bench\n```\n\n### Result\n\nBenchmark script is [here](/author/bench.es).\n\n```\n$ npm run bench\nBench x 6,247 ops/sec ±1.03% (85 runs sampled)\n```\n\n(Node: v6.9.2, Machine: MacBook Pro Retina, 15-inch, Early 2013 2.7 GHz Intel Core i7)\n\nLicense\n--\n\nCopyright 2016 moznion (\u003cmoznion@gmail.com\u003e)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoznion%2Fneologd-normalizer-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoznion%2Fneologd-normalizer-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoznion%2Fneologd-normalizer-js/lists"}