{"id":32214381,"url":"https://github.com/tomill/lingua-ja-gal","last_synced_at":"2026-02-20T16:02:10.076Z","repository":{"id":56840099,"uuid":"67609674","full_name":"tomill/Lingua-JA-Gal","owner":"tomill","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-09T11:22:18.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T07:03:34.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/pod/Lingua::JA::Gal","language":"Prolog","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomill.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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-09-07T13:36:11.000Z","updated_at":"2024-12-25T22:05:44.000Z","dependencies_parsed_at":"2022-08-29T05:01:22.597Z","dependency_job_id":null,"html_url":"https://github.com/tomill/Lingua-JA-Gal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tomill/Lingua-JA-Gal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomill%2FLingua-JA-Gal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomill%2FLingua-JA-Gal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomill%2FLingua-JA-Gal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomill%2FLingua-JA-Gal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomill","download_url":"https://codeload.github.com/tomill/Lingua-JA-Gal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomill%2FLingua-JA-Gal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280395801,"owners_count":26323578,"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-10-22T02:00:06.515Z","response_time":63,"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":"2025-10-22T07:03:04.671Z","updated_at":"2025-10-22T07:08:29.545Z","avatar_url":"https://github.com/tomill.png","language":"Prolog","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nLingua::JA::Gal - \"ギャル文字\" converter\n\n# SYNOPSIS\n\n    use utf8;\n    use Lingua::JA::Gal;\n\n    $text = Lingua::JA::Gal-\u003egal(\"こんにちは\"); # =\u003e \"⊇ｗ丨ﾆちﾚ￡\"\n\n# DESCRIPTION\n\n\"ギャル文字\" (gal's alphabet) is a Japanese writing style\nthat was popular with Japanese teenage girls in the early 2000s.\n\n[https://ja.wikipedia.org/wiki/%E3%82%AE%E3%83%A3%E3%83%AB%E6%96%87%E5%AD%97](https://ja.wikipedia.org/wiki/%E3%82%AE%E3%83%A3%E3%83%AB%E6%96%87%E5%AD%97)\n\n# METHOD\n\n## gal( $text, \\[ \\\\%options \\] )\n\n    Lingua::JA::Gal-\u003egal(\"ギャルもじ\"); # =\u003e \"(ｷ〃ャlﾚ€Ｕ〃\"\n\n### OPTIONS\n\n- `rate`\n\n    for converting rate. default is 100 (full).\n\n        Lingua::JA::Gal-\u003egal($text, { rate =\u003e 100 }); # full(default)\n        Lingua::JA::Gal-\u003egal($text, { rate =\u003e  50 }); # half\n        Lingua::JA::Gal-\u003egal($text, { rate =\u003e   0 }); # nothing\n\n- `callback`\n\n    if you want to do your own gal way.\n\n        Lingua::JA::Gal-\u003egal($text, { callback =\u003e sub {\n            my ($char, $suggestions, $options) = @_;\n             \n\n            # 漢字のみ変換する\n            if ($char =~ /p{Han}/) {\n                return $suggestions-\u003e[ int(rand @$suggestions) ];\n            } else {\n                return $char;\n            }\n        });\n\n# EXPORT\n\nno exports by default.\n\n## gal\n\n    use Lingua::JA::Gal qw/gal/;\n\n    print gal(\"...\");\n\n# AUTHOR\n\nNaoki Tomita \u003ctomita@cpan.org\u003e\n\n# LICENSE\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomill%2Flingua-ja-gal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomill%2Flingua-ja-gal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomill%2Flingua-ja-gal/lists"}