{"id":23701146,"url":"https://github.com/ehanlin/language-utils","last_synced_at":"2025-10-11T13:46:54.345Z","repository":{"id":145358272,"uuid":"124353227","full_name":"eHanlin/language-utils","owner":"eHanlin","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-26T06:11:36.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-11T13:46:52.723Z","etag":null,"topics":[],"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/eHanlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-08T07:22:50.000Z","updated_at":"2018-03-26T06:11:25.000Z","dependencies_parsed_at":"2023-05-06T04:31:11.400Z","dependency_job_id":null,"html_url":"https://github.com/eHanlin/language-utils","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/eHanlin/language-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eHanlin%2Flanguage-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eHanlin%2Flanguage-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eHanlin%2Flanguage-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eHanlin%2Flanguage-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eHanlin","download_url":"https://codeload.github.com/eHanlin/language-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eHanlin%2Flanguage-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007354,"owners_count":26084282,"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-11T02:00:06.511Z","response_time":55,"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":"2024-12-30T09:32:16.884Z","updated_at":"2025-10-11T13:46:54.328Z","avatar_url":"https://github.com/eHanlin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nlanguage-utils\n=========================\n\nThe **language-utils** offers some utility features, such as **highlight**. \n\n## Install\n\n```sh\nnpm install language-utils\n```\n\n## Usage\n\nLike this if you want to decorate highlighted letter.\n\n```js\nvar languageUtils = require('language-utils');\n\n//print ma**d**e\nvar result = languageUtils.English.highlight('made', 'make', (c)=\u003e `**${c}**`);\n```\n\n\nYou can highlight the vowel, too.\n\n```js\n//print [ˋv\u003caʊ\u003e\u003cə\u003el]\nlanguageUtils.English.highlightVowel('[ˋvaʊəl]', (c)=\u003e `\u003c${c}\u003e`);\n```\n\nGet speech text of `zh`.\n\n```js\nlanguage.English.getSpeechText('adj.', 'zh');\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehanlin%2Flanguage-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehanlin%2Flanguage-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehanlin%2Flanguage-utils/lists"}